将数量的数据类型全部改为decimal

This commit is contained in:
alex
2023-06-21 16:30:37 +08:00
parent 03c9911e00
commit 4c04769a3f
5 changed files with 7 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ public partial class WmsCarryCode : BaseEntity<string>, IWmsCarryEntity
/// <summary>
/// 条码数量
/// </summary>
public int codeqty { get; set; }
public decimal codeqty { get; set; }
/// <summary>
/// 行号