将数量的数据类型全部改为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

@@ -26,7 +26,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// <summary>
/// 条码数量
/// </summary>
public int codeqty { get; set; }
public decimal codeqty { get; set; }
/// <summary>
/// 物料编号
/// </summary>