EnumType.cs 123 B

123456789
  1. namespace wispro.sp.share
  2. {
  3. public enum jxType
  4. {
  5. doing =0,
  6. all = 1,
  7. finished = 4
  8. }
  9. }