移除MaterialCatory属性于MmMaterial及其Dto类
移除了 MmMaterial 和 MmMaterialDto 类中的 MaterialCatory 属性,简化了数据结构。该属性类型为 object,现已不再使用。
This commit is contained in:
@@ -15,7 +15,6 @@ namespace DOAN.Model.BZFM.Dto
|
|||||||
public string Specification { get; set; }
|
public string Specification { get; set; }
|
||||||
public string TypeLabel { get; set; }
|
public string TypeLabel { get; set; }
|
||||||
public string Status { get; set; }
|
public string Status { get; set; }
|
||||||
public object MaterialCatory { get; set; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@@ -93,6 +93,5 @@ namespace DOAN.Model.BZFM
|
|||||||
/// 描述
|
/// 描述
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Description { get; set; }
|
public string Description { get; set; }
|
||||||
public object MaterialCatory { get; set; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user