dengjunjie
2024-12-16 911a17b31eb1caa56d02a7be547176be6c259127
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_MaterielInfo.cs
@@ -12,7 +12,7 @@
{
    [SugarTable(nameof(Dt_MaterielInfo), "鐗╂枡淇℃伅")]
    [SugarIndex("unique_materielinfo_materielcode", nameof(MaterielCode), OrderByType.Asc, true)]
    public class Dt_MaterielInfo : BaseEntity, BaseWarehouseEntity
    public class Dt_MaterielInfo : BaseEntity//, BaseWarehouseEntity
    {
        /// <summary>
        /// 涓婚敭
@@ -116,7 +116,7 @@
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")]
        public string Remark { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "浠撳簱缂栧彿")]
        public int WarehouseId { get; set; }
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "浠撳簱缂栧彿")]
        public string WarehouseId { get; set; }
    }
}