11
啊鑫
8 天以前 6f717c723b89fa21d4eae181a62697cbe799c250
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; }
}
}