| | |
| | | public decimal? Daa012 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 开工时间 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "DAA016")] |
| | | public string? Daa016 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 刀具代码 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CUTTER_ID")] |
| | |
| | | [SugarColumn(ColumnName = "ITEM_NO")] |
| | | public string? itemNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 开工时间前一条的采集数量 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "PRE_START_CJ_NUM")] |
| | | public long? preStartCjNum { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public decimal? wjQty { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public string? finalResult { get; set; } |
| | | |