111
啊鑫
2024-12-23 3471985a65fe86eeaa671ea2b6ebd5e7016de38a
MES.Service/Dto/webApi/ErpProductionOrderDto.cs
@@ -39,6 +39,12 @@
    public string? FPurOrderEntrySeq { get; set; } // 采购订单行号
    public string? FBaseStockInQty { get; set; } // 入库数量
    public string? FBaseNoStockInQty { get; set; } // 未入库数量
    public string? FInStockOwnerId { get; set; } // 入库货主
    public string? PlanConfirmation { get; set; }
    public string? FReqSrc { get; set; }
    public string? SrcSplitSeq { get; set; }
    public string? TypeA { get; set; }
    // public string? FSUPPLIERID { get; set; } // 供应商ID
}