| | |
| | | [SugarTable("mes_batchOrderUPI_new", "批次数据")] |
| | | public class Mes_BatchOrderUPI_New : EntityBase |
| | | { |
| | | #region wms新增字段 【Editby shaocx,2024-11-20】 |
| | | |
| | | /// <summary> |
| | | /// 所在区域 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "AreaCode", ColumnDescription = "所在区域")] |
| | | public AreaCodeEnum? AreaCode { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 板料状态 |
| | | /// </summary> |
| | | [Required] |
| | | [SugarColumn(ColumnName = "UpiStatus", ColumnDescription = "板料状态")] |
| | | public UpiStatusEnum UpiStatus { get; set; } |
| | | |
| | | #endregion |
| | | |
| | | |
| | | [SugarColumn(ColumnName = "UPI", ColumnDescription = "部件条码", Length = 50)] |
| | | public string UPI { get; set; } |
| | | |
| | | |
| | | [Required] |
| | |
| | | [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】 |
| | | |
| | | /// <summary> |
| | | /// 所在区域 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "AreaCode", ColumnDescription = "所在区域")] |
| | | public AreaCodeEnum? AreaCode { get; set; } = AreaCodeEnum.无区域; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 板料状态 |
| | | /// </summary> |
| | | [Required] |
| | | [SugarColumn(ColumnName = "UPI", ColumnDescription = "部件条码", Length = 50)] |
| | | public string UPI { get; set; } |
| | | [SugarColumn(ColumnName = "UpiStatus", ColumnDescription = "板料状态")] |
| | | public UpiStatusEnum UpiStatus { get; set; } = UpiStatusEnum.初始; |
| | | |
| | | /// <summary> |
| | | /// 标记 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "UpiFlag", ColumnDescription = "标记")] |
| | | public UpiFlagEnum? UpiFlag { get; set; } = UpiFlagEnum.正常; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | [Required] |
| | | [SugarColumn(ColumnName = "DetailName", ColumnDescription = "部件名称", Length = 50)] |
| | |
| | | [SugarColumn(ColumnName = "Thk", ColumnDescription = "厚")] |
| | | public float Thk { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "Matgrid", ColumnDescription = "部件纹理", Length = 50)] |
| | | public string? Matgrid { get; set; } |
| | | //[SugarColumn(ColumnName = "Matgrid", ColumnDescription = "部件纹理", Length = 50)] |
| | | //public string? Matgrid { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "IsEB", ColumnDescription = "是否封边")] |
| | | public int? IsEB { get; set; } |
| | | //[SugarColumn(ColumnName = "IsEB", ColumnDescription = "是否封边")] |
| | | //public int? IsEB { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 打孔设备编号 【EditBy shaocx,2022-05-28】 |
| | | /// 0:不打孔 |
| | | /// 1:四面钻 |
| | | /// 2:豪迈六面钻 |
| | | /// 5:南兴六面钻 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "DRNum", ColumnDescription = "打孔设备编号")] |
| | | public int? DRNum { get; set; } |
| | | ///// <summary> |
| | | ///// 打孔设备编号 【EditBy shaocx,2022-05-28】 |
| | | ///// 0:不打孔 |
| | | ///// 1:四面钻 |
| | | ///// 2:豪迈六面钻 |
| | | ///// 5:南兴六面钻 |
| | | ///// </summary> |
| | | //[SugarColumn(ColumnName = "DRNum", ColumnDescription = "打孔设备编号")] |
| | | //public int? DRNum { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "IsPA", ColumnDescription = "是否优化包装")] |
| | | public int? IsPA { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 锯切图号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "MaterialIndeX", ColumnDescription = "锯切图号")] |
| | | public int? MaterialIndeX { get; set; } |
| | | ///// <summary> |
| | | ///// 锯切图号 |
| | | ///// </summary> |
| | | //[SugarColumn(ColumnName = "MaterialIndeX", ColumnDescription = "锯切图号")] |
| | | //public int? MaterialIndeX { get; set; } |
| | | |
| | | |
| | | #region 包装线有关 |
| | |
| | | #endregion |
| | | |
| | | |
| | | /// <summary> |
| | | /// 是否转向 |
| | | /// 0:不转向 |
| | | /// 1:转向 |
| | | /// 目前只有四面钻才能转向 |
| | | /// </summary> |
| | | [Required] |
| | | [SugarColumn(ColumnName = "Rotation", ColumnDescription = "转向角度", Length = 50)] |
| | | public float? Rotation { get; set; } |
| | | ///// <summary> |
| | | ///// 是否转向 |
| | | ///// 0:不转向 |
| | | ///// 1:转向 |
| | | ///// 目前只有四面钻才能转向 |
| | | ///// </summary> |
| | | //[Required] |
| | | //[SugarColumn(ColumnName = "Rotation", ColumnDescription = "转向角度", Length = 50)] |
| | | //public float? Rotation { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | [SugarColumn(ColumnName = "Info1", ColumnDescription = "纸箱长", Length = 50)] |
| | | public float? Info1 { get; set; } |
| | | |
| | |
| | | |
| | | [SugarColumn(ColumnName = "Info3", ColumnDescription = "纸箱高", Length = 50)] |
| | | public float? Info3 { get; set; } |
| | | /// <summary> |
| | | /// 销售合同单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info4", ColumnDescription = "销售合同单号", Length = 60)] |
| | | public string? Info4 { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 第几包 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info6", ColumnDescription = "第几包", Length = 60)] |
| | | public string? Info6 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 经销店名称 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info7", ColumnDescription = "经销店名称", Length = 60)] |
| | | public string? Info7 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 产品名称 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info8", ColumnDescription = "产品名称", Length = 60)] |
| | | public string? Info8 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客户名称 |
| | | /// </summary> |
| | | [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发货 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info11", ColumnDescription = "自提or发货", Length = 60)] |
| | | public string? Info11 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 包装部件总数量 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info12", ColumnDescription = "包装部件总数量", Length = 60)] |
| | | public string? Info12 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 包装面积 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info13", ColumnDescription = "包装面积", Length = 60)] |
| | | public string? Info13 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 部件名称 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info14", ColumnDescription = "部件名称", Length = 60)] |
| | | public string? Info14 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 部件数量 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info15", ColumnDescription = "部件数量")] |
| | | public int? Info15 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 部件尺寸 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info16", ColumnDescription = "部件尺寸", Length = 60)] |
| | | public string? Info16 { get; set; } |
| | | /// <summary> |
| | | /// 机械臂是否旋转 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info17", ColumnDescription = "机械臂是否旋转", Length = 60)] |
| | | public string? Info17 { get; set; } |
| | | } |
| | | } |