同步物料 物料清单

This commit is contained in:
2024-07-19 16:51:07 +08:00
parent 02616b6170
commit 5345400596
14 changed files with 280 additions and 50 deletions

View File

@@ -82,11 +82,11 @@ namespace Tnb.BasicData.Entities.Dto
/// <summary>
/// 比列分子
/// </summary>
public int molecule { get; set; }
public decimal molecule { get; set; }
/// <summary>
/// 比列分母
/// </summary>
public int denominator { get; set; }
public decimal denominator { get; set; }
}
}