CutParameter.cs 232 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 namespace HHECS.Model.Enums.Machine { /// <summary> /// 切割控制指令 /// </summary> public enum CutParameter { 允许切割 = 6, 结束切割 = 7, 没有套料方案 = 8, } }