using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ibk.IPD.Entity.IPD_MR.StdMgt.QueryArgs { public class MoldLifeQueryArgs { public DateTime START_TIME { get; set; } public DateTime END_TIME { get; set; } public string PK { get; set; } //机号 1 public string PRC_LINE { get; set; } //结晶器断面厚度 6 int public string START_SECTION_THICK { get; set; } public string END_SECTION_THICK { get; set; } //更换次数 6 public string REPLACE_TIME { get; set; } //使用时长 8 public string DURATION { get; set; } } }