# Conflicts:
#	ZR.Admin.WebApi/appsettings.development.json
This commit is contained in:
赵正易
2024-03-22 09:11:07 +08:00
27 changed files with 853 additions and 17 deletions

View File

@@ -26,6 +26,14 @@
///</summary>
[SugarColumn(ColumnName = "product_description")]
public string ProductDescription { get; set; }
/// <summary>
/// 颜色
///</summary>
[SugarColumn(ColumnName = "color")]
public string Color { get; set; }
/// <summary>
/// 生产投入数
///</summary>