| | |
| | | [SugarTable("mes_package_linequeue", "包产线队列数据")] |
| | | public class Mes_Package_LineQueue : 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 wms新增字段 【Editby shaocx,2024-11-20】 |
| | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #region 包装线有关 |
| | | |
| | | [Required] |
| | | [SugarColumn(ColumnName = "PackageCode", ColumnDescription = "包装号", Length = 50)] |
| | | public string PackageCode { get; set; } |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | |
| | | [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发货 |