1
wankeda
2025-03-13 286ff26fa658dabe9e758d830d134172e8abd03f
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs
@@ -13,6 +13,11 @@
    {
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int Id { get; set; }
        /// <summary>
        /// 仓库主键
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "仓库主键")]
        public int WarehouseId { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "区域主键")]
        public int AreaId {  get; set; }