hao
2025-09-18 4598e856759f043f203d45a0674626b9e2ff89b8
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,
                };