wms_temp_code codeqty改为barcode_qty

This commit is contained in:
alex
2023-06-21 16:17:51 +08:00
parent 3817c5ada4
commit 4efafd2f34
3 changed files with 23 additions and 33 deletions

View File

@@ -42,7 +42,7 @@ public partial class WmsTempCode : BaseEntity<string>
/// <summary>
/// 条码数量
/// </summary>
public decimal? codeqty { get; set; }
public decimal? barcode_qty { get; set; }
/// <summary>
/// 单位ID