using System; using System.Collections.Generic; using System.Text; namespace WCS.Model.ApiModel.MatBaseInfo { public class MatBaseInfoImportModel { public string 物料编码 { get; set; } public string 名称 { get; set; } public string 规格 { get; set; } public string 单位 { get; set; } public string 客户 { get; set; } public string 状态 { get; set; } } }