| | |
| | | { |
| | | [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> |
| | | /// 涓婚敭 |
| | |
| | | [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; } |
| | | } |
| | | } |