啊鑫
23 小时以前 d071ec323c0b2795684eec06d396696e5719700e
MES.Service/Dto/webApi/ErpProductionOrderSubDto.cs
@@ -2,34 +2,31 @@
public class ErpProductionOrderSubDto
{
    public string? FBillNo { get; set; } // 单据编号
    public string? FSEQ { get; set; } // 序号
    public string? FMaterialID2 { get; set; } // 子项物料编码
    public string? FMustQty { get; set; } // 需领用量
    public string? FPickedQty { get; set; } // 已领用量
    public string? FPositionNO { get; set; } // 位置号
    public string? FOwnerID { get; set; } // 货主
    public string? FMTONO { get; set; } // 计划跟踪号
    public string? FLot { get; set; } // 批号
    public string? FStockID { get; set; } // 仓库
    public string? FIssueType { get; set; } // 发料方式
    public string? FUnitID2 { get; set; } // 单位
    public string? FSupplyType { get; set; } // 供应类型
    public string? FNumerator { get; set; } // 分子
    public string? FDenominator { get; set; } // 分母
    public string? FPPOMENTRYID { get; set; } // ERPID
    public string? FPPOMID { get; set; } // ERP头ID
    public string? FFixScrapQty { get; set; } // 固定损耗
    public string? FScrapRate { get; set; } // 变动损耗率%
    public string? FMaterialType { get; set; } // 子项类型
    public string? FUnitID3 { get; set; } // 子项类型
    public string? FReplaceGroup { get; set; } // 项次号
    public string? FOwnerTypeId { get; set; } // 货主类型
    public string? FOwnerID2 { get; set; } // 货主
    public string? FSUBENTRYID { get; set; } // ERP生产订单分录内码
    public string? FBillNo { get; set; }
    public string? FSEQ { get; set; }
    public string? FMaterialID2 { get; set; }
    public string? FMustQty { get; set; }
    public string? FPickedQty { get; set; }
    public string? FPositionNO { get; set; }
    public string? FOwnerID { get; set; }
    public string? FMTONO { get; set; }
    public string? FLot { get; set; }
    public string? FStockID { get; set; }
    public string? FIssueType { get; set; }
    public string? FUnitID2 { get; set; }
    public string? FSupplyType { get; set; }
    public string? FNumerator { get; set; }
    public string? FDenominator { get; set; }
    public string? FPPOMENTRYID { get; set; }
    public string? FPPOMID { get; set; }
    public string? FFixScrapQty { get; set; }
    public string? FScrapRate { get; set; }
    public string? FMaterialType { get; set; }
    public string? FUnitID3 { get; set; }
    public string? FReplaceGroup { get; set; }
    public string? FOwnerTypeId { get; set; }
    public string? FOwnerID2 { get; set; }
    public string? FSUBENTRYID { get; set; }
    public string? FISGETSCRAP { get; set; }
    public string? FISKEYCOMPONENT { get; set; }
    public string? FSRCTRANSORGID { get; set; }
@@ -38,9 +35,9 @@
    public string? FNEEDDATE { get; set; }
    public string? FRESERVETYPE { get; set; }
    public string? FMEMO { get; set; }
    public string? TypeB { get; set; }
    public string? F_XIFG_KHDD { get; set; }
    public string? F_XIFG_KHXSDH { get; set; }
    public string? F_XIFG_NBDDH { get; set; }
}