移除MaterialCatory属性于MmMaterial及其Dto类

移除了 MmMaterial 和 MmMaterialDto 类中的 MaterialCatory 属性,简化了数据结构。该属性类型为 object,现已不再使用。
This commit is contained in:
2025-12-26 16:27:48 +08:00
parent a5bf7c9eff
commit ad5edd56c1
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ namespace DOAN.Model.BZFM.Dto
public string Specification { get; set; }
public string TypeLabel { get; set; }
public string Status { get; set; }
public object MaterialCatory { get; set; }
}
/// <summary>

View File

@@ -93,6 +93,5 @@ namespace DOAN.Model.BZFM
/// 描述
/// </summary>
public string Description { get; set; }
public object MaterialCatory { get; set; }
}
}