| | |
| | | [ExporterHeader(DisplayName = "澶囨敞")] |
| | | [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 娣卞害 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "娣卞害")] |
| | | [ExporterHeader(DisplayName = "娣卞害")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "娣卞害")] |
| | | public int Depth { get; set; } |
| | | |
| | | /// <summary> |
| | | /// MES浠诲姟id |
| | | /// </summary> |
| | | [ImporterHeader(Name = "MES浠诲姟id")] |
| | | [ExporterHeader(DisplayName = "MES浠诲姟id")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "MES浠诲姟id")] |
| | | public string MEStaskId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// MES涓氬姟娴乮d |
| | | /// </summary> |
| | | [ImporterHeader(Name = "MES涓氬姟娴乮d")] |
| | | [ExporterHeader(DisplayName = "MES涓氬姟娴乮d")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "MES涓氬姟娴乮d")] |
| | | public string MESbusinessId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鎵樼洏缂栧彿瀛愭墭 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "鎵樼洏缂栧彿瀛愭墭")] |
| | | [ExporterHeader(DisplayName = "鎵樼洏缂栧彿瀛愭墭")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿瀛愭墭")] |
| | | public string MESsubPalletCode { get; set; } |
| | | } |
| | | } |