pan
2025-11-12 ca4a0e7ffc11dc6f4c19b75f625444b06768ea15
项目代码/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; }
    }
}