using System; using System.Collections.Generic; using System.Text; namespace WCS.Model.ApiModel.OutStore { public class OutImportMatModel { public string 物料编码 { get; set; } public string 物料名称 { get; set; } public string 物料批次 { get; set; } public int 需求数量 { get; set; } } }