| | |
| | | [SugarTable("mes_package_unline_record", "包产线下线记录数据")] |
| | | public class Mes_Package_UnLine_Record : EntityBase |
| | | { |
| | | [Required] |
| | | [SugarColumn(ColumnName = "PackageCode", ColumnDescription = "包装号", Length = 50)] |
| | | public string PackageCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 生产单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info5", ColumnDescription = "生产单号", Length = 60)] |
| | | public string? Info5 { get; set; } |
| | | |
| | | [Required] |
| | | [SugarColumn(ColumnName = "PlanNo", ColumnDescription = "批次号", Length = 50)] |
| | |
| | | [SugarColumn(ColumnName = "OrderId", ColumnDescription = "订单号", Length = 50)] |
| | | public string OrderId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 生产单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info5", ColumnDescription = "生产单号", Length = 60)] |
| | | public string? Info5 { get; set; } |
| | | |
| | | |
| | | #region 包装线有关 |
| | | |
| | | [Required] |
| | | [SugarColumn(ColumnName = "PackageCode", ColumnDescription = "包装号", Length = 50)] |
| | | public string PackageCode { get; set; } |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | [SugarColumn(ColumnName = "Info1", ColumnDescription = "纸箱长", Length = 50)] |
| | |
| | | [SugarColumn(ColumnName = "Info10", ColumnDescription = "客户名称", Length = 60)] |
| | | public string? Info10 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 包装编码 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info9", ColumnDescription = "包装编码", Length = 60)] |
| | | public string? Info9 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 自提or发货 |