using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEA_External.Model { /// /// 物料销售退货入库 /// public class ERPMaterialSaleReturnModel { /// /// 类型 /// public string Way { get; set; } /// /// 单号 /// public string Code { get; set; } } }