using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ibk.IPD.Entity.IPD_MR.CapacityAndTime.QueryArgs { public class ProRouteQueryArgs { public string KR { get; set; } public string BOF { get; set; } public string LF { get; set; } public string RH { get; set; } public string CC { get; set; } public string STLGRD { get; set; } } }