MES.Service/Modes/MesDepots.cs
@@ -9,7 +9,6 @@ public class MesDepots { /// <summary> /// /// 默认值: (newid()) ///</summary> [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)] @@ -177,19 +176,16 @@ public string? Remark5 { get; set; } /// <summary> /// ///</summary> [SugarColumn(ColumnName = "check_date")] public DateTime? CheckDate { get; set; } /// <summary> /// ///</summary> [SugarColumn(ColumnName = "check_by")] public string? CheckBy { get; set; } /// <summary> /// /// 默认值: ((0)) ///</summary> [SugarColumn(ColumnName = "check_status")]