cnf
2025-09-15 a6cad2fe831204993e4615c58d17d1a8fb689725
MES.Service/Dto/webApi/ErpProductionOrderSubDto.cs
@@ -4,7 +4,7 @@
{
    public string? FBILLNO { get; set; } // 序号
    public string? FSEQ { get; set; } // 序号
    public string? FMaterialID2 { get; set; } // 子项物料编码
    public string? FMaterialID { get; set; } // 子项物料编码
    public string? FMustQty { get; set; } // 需领用量
    public string? FPickedQty { get; set; } // 已领用量
    public string? FPositionNO { get; set; } // 位置号
@@ -13,7 +13,7 @@
    public string? FLot { get; set; } // 批号
    public string? FStockID { get; set; } // 仓库
    public string? FIssueType { get; set; } // 发料方式
    public string? FUnitID2 { get; set; } // 单位
    public string? FUnitID { get; set; } // 单位
    public string? FSupplyType { get; set; } // 供应类型
    public string? FNumerator { get; set; } // 分子
    public string? FDenominator { get; set; } // 分母