项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs
@@ -91,5 +91,18 @@ /// </summary> [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")] public string Remark { get; set; } } [SugarTable(nameof(Dt_LocationType), "璐т綅鍖哄煙绫诲瀷")] public class Dt_LocationType : BaseEntity { /// <summary> /// 涓婚敭 /// </summary> [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] public int Id { get; set; } public int LocationType { get; set; } public string LocationTypeDesc { get; set; } } }