123
sjz
2025-05-23 a5c6ae27661fa81496900d903c5331d179cd971a
1
2
3
4
5
6
7
8
9
namespace MES.Service.Dto.webApi
{
    public class SaleReturnNotice
    {
        public ErpSalesReturnNotice erpSalesReturnNotice { get; set; }
 
        public List<ErpSalesReturnNoticeDetail> erpSalesReturnNoticeDetail { get; set; }
}
}