´úÂë¹ÜÀí/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_Inventory.cs
@@ -6,7 +6,7 @@ using System.Threading.Tasks; using WIDESEA_Core.DB.Models; namespace WIDESEA_Model.Models.SquareCabin namespace WIDESEA_Model.Models { [SugarTable("Dt_Inventory", "åºå表")] @@ -32,7 +32,7 @@ public decimal Actual_qty { get; set; } //å ä¸ªææ [SugarColumn(ColumnName = "Goods_no", IsNullable = true, Length = 8, ColumnDescription = "æ ¡æ(yyyymmmdd)")] [SugarColumn(ColumnName = "Exp_date", IsNullable = true, Length = 8, ColumnDescription = "æ ¡æ(yyyymmmdd)")] public string Exp_date { get; set; } } }