| | |
| | | public float Thk { get; set; } |
| | | |
| | | |
| | | [SugarColumn(ColumnName = "IsPA", ColumnDescription = "是否优化包装")] |
| | | public int? IsPA { get; set; } |
| | | //[SugarColumn(ColumnName = "IsPA", ColumnDescription = "是否优化包装")] |
| | | //public int? IsPA { get; set; } |
| | | |
| | | |
| | | |
| | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | ///// <summary> |
| | | ///// 部件名称 |
| | | ///// </summary> |
| | | //[SugarColumn(ColumnName = "Info14", ColumnDescription = "部件名称", Length = 60)] |
| | | //public string? Info14 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 部件数量 |
| | |
| | | [SugarColumn(ColumnName = "Info6", ColumnDescription = "第几包", Length = 60)] |
| | | public string? Info6 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 销售合同单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Info4", ColumnDescription = "销售合同单号", Length = 60)] |
| | | public string? Info4 { 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> |
| | | /// 经销店名称 |
| | |
| | | [SugarColumn(ColumnName = "Info13", ColumnDescription = "包装面积", Length = 60)] |
| | | public string? Info13 { get; set; } |
| | | |
| | | //*/ |
| | | |
| | | #endregion |
| | | } |
| | | } |