| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "DAA008")] |
| | | public decimal? Daa008 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 线体名称 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "LINE_NAME")] |
| | | public string? LineName { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 质检方案 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "QA_PLAN")] |
| | | public string? PlanName { get; set; } |
| | | |
| | | //销售订单号 |
| | | [SugarColumn(IsIgnore = true)] public string? SaleOrder { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public string? LoginUser { get; set; } //用户编码 |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? DepartName { get; set; } |
| | | } |