namespace ProductionLineMonitor.Web.Services.LineService { /// /// 查询计划参数 /// public class QueryPlanParam { public int Floor { get; set; } public int Line { get; set; } public string Date { get; set; } } }