using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIP_Models { /// /// 可用的最小设备号数据类 /// public class MinEquipForLeisureView { /// /// 设备号 /// public string equip { get; set; } /// /// 产线号 /// public string line { get; set; } } }