namespace WcsMain.Enum.General; /// /// 通用枚举,0 1表示true or false /// public enum TrueFalseEnum { FALSE = 0, TRUE = 1, }