增加PDA扫码入库模块

This commit is contained in:
FanLian
2023-09-04 14:19:23 +08:00
parent 1b71afefce
commit 13e2e81d13
10 changed files with 313 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ public partial class WmsInstockCode : BaseEntity<string>, IInOutStockCode
/// <summary>
/// 条码数量
/// </summary>
public int codeqty { get; set; }
public decimal codeqty { get; set; }
/// <summary>
/// 是否锁定