Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtLocationInfo.cs
@@ -61,7 +61,7 @@ public int Depth { get; set; } /// <summary> /// 货位类型 /// 货位类型 (1-普通货架库位 2-检测柜库位) /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "货位类型")] public int LocationType { get; set; } @@ -79,7 +79,7 @@ public int EnalbeStatus { get; set; } /// <summary> /// 备注 /// 备注 (检测柜允许/不允许入) /// </summary> [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "备注")] public string Remark { get; set; }