物料分类功能完善

This commit is contained in:
2025-12-29 15:48:03 +08:00
parent 29bb07532f
commit d52c235ab2
5 changed files with 35 additions and 3 deletions

View File

@@ -19,6 +19,12 @@ namespace DOAN.Model.BZFM
[SugarColumn(ColumnName = "material_code")]
public string MaterialCode { get; set; }
/// <summary>
/// 物料名称
/// </summary>
[SugarColumn(ColumnName = "material_name")]
public string MaterialName { get; set; }
/// <summary>
/// 仓库编码
/// </summary>