| | |
| | | [SugarTable(nameof(Dt_pallet), "车åç§°ä¿¡æ¯")] |
| | | public class Dt_pallet |
| | | { |
| | | /// <summary> |
| | | /// 主é®ID |
| | | /// </summary> |
| | | [ImporterHeader(Name = "主é®")] |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | [ExporterHeader(DisplayName = "主é®")] |
| | | [SugarColumn(IsPrimaryKey = true, IsNullable = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int palletid { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 40, ColumnDescription = "ç»å®ç车轮åç§°")] |
| | |
| | | [SugarColumn(IsNullable = true, Length = 40, ColumnDescription = "åç§°")] |
| | | public string palletname { get; set; } |
| | | |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "楼å±")] |
| | | public int pallLayer { get; set; } = 3; |
| | | |
| | | } |
| | | } |