using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Kingo.RuleCheck { public enum EnumPC { /// /// 通用 /// TY = 0, /// /// 一上 /// YS = 1, /// /// 整改 /// ZG = 2 } }