修改PDAfeeding功能

This commit is contained in:
FanLian
2023-06-25 09:13:53 +08:00
parent 05cfde1e8d
commit 3249a7871c
4 changed files with 41 additions and 34 deletions

View File

@@ -47,7 +47,7 @@ public partial class WmsFeedbox : BaseEntity<string>
/// <summary>
/// 理论数量
/// </summary>
public int qty { get; set; }
public decimal qty { get; set; }
/// <summary>
/// 当前批次

View File

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