hao
2025-08-04 2b9f544a55f30f0b6e8010b84ed8b60f2c4cb78e
StandardInterface/MES.Service/service/BasicData/Sales/SalesDeliveryNoticeManager.cs
@@ -242,7 +242,10 @@
                    TerminationDate = ParseDateTime(erpDto.FTerminateDate),//业务终止日期
                    SumOutQty = erpDto.FSumOutQty,//累计出库数量
                    RemainOutQty = erpDto.FRemainOutQty,//未出库数量
                    NOTE = erpDto.FEntrynote//备注
                    NOTE = erpDto.FEntrynote,//备注
                    Xsdd=erpDto.Xsdd,
                    XsddId=erpDto.Xsdd_id,
                    XsddLineId=erpDto.Xsdd_line_id,
                };