| | |
| | | public string? FMustQty { get; set; } |
| | | |
| | | public string? TypeB { get; set; } |
| | | |
| | | public string? F_UNW_QTY_YFSL { get; set; } |
| | | } |
| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "TYPEB")] |
| | | public string? Typeb { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 应发数量 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "F_UNW_QTY_YFSL")] |
| | | public string? F_UNW_QTY_YFSL { get; set; } |
| | | } |
| | |
| | | UseRate = Convert.ToDecimal(dto.FUseRate), |
| | | MaterialType = dto.FMaterialType, |
| | | MustQty = Convert.ToDecimal(dto.FMustQty), |
| | | Typeb = dto.TypeB |
| | | Typeb = dto.TypeB, |
| | | F_UNW_QTY_YFSL = dto.F_UNW_QTY_YFSL, |
| | | // Fsaleorderno = dto.FSALEORDERNO, /// 销售订单 |
| | | // |
| | | // CustomerItemNumber = dto.F_XIFG_Text_re5, /// 客户货号 |