namespace JinYuan.MES.Models { /// /// 单个电池进站 /// public class SingleCellInStation { /// /// /// public string siteCode { get; set; } /// /// /// public string lineCode { get; set; } /// /// /// public string equipNum { get; set; } /// /// /// public string materialCode { get; set; } /// /// /// public string userName { get; set; } /// /// /// public string identification { get; set; } /// /// /// public string productType { get; set; } } }