using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIP_Models { /// /// 重排流转卡打印队列列表参数类 /// public class ResetProcessCardPrintQueueListParam { /// /// 流转卡号 /// public string processCardNumber { get; set; } /// /// 排序顺序号 /// public int no { get; set; } } }