using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIP_Models { /// /// 重排产参数类 /// public class AfreshParam { /// /// 重排产请求时间 /// public string applyTime { get; set; } } }