MeasuringType.cs 267 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 using System; using System.Collections.Generic; using System.Text; namespace HHECS.Model.Enums.Warehouse { public enum MeasuringType { 无任务 = 0, 下发测量任务 = 1, 删除任务 = 6, 任务完成 = 10, } }