using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIP_Models { /// /// 返修方向 /// public enum RepairDirection { /// /// 线上回炉 /// OnLineHeat = 2 } }