| | |
| | | [SugarColumn(ColumnName = "PackageCode", ColumnDescription = "包装号", Length = 50)] |
| | | public string PackageCode { get; set; } |
| | | |
| | | |
| | | |
| | | [SugarColumn(ColumnName = "Info1", ColumnDescription = "纸箱长", Length = 50)] |
| | | public float? Info1 { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "Info2", ColumnDescription = "纸箱宽", Length = 50)] |
| | | public float? Info2 { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "Info3", ColumnDescription = "纸箱高", Length = 50)] |
| | | public float? Info3 { get; set; } |
| | | |
| | | |
| | | #endregion |
| | | |
| | |
| | | /// <summary> |
| | | /// 推送次数 |
| | | /// </summary> |
| | | [Required] |
| | | [Required] |
| | | [SugarColumn(ColumnName = "PushNum", ColumnDescription = "推送次数")] |
| | | public int PushNum { get; set; } |
| | | |