PumpUnauthTypeEnum.cs 124 B

12345678
  1. namespace Dfs.WayneChina.HengshanPos
  2. {
  3. public enum PumpUnauthType
  4. {
  5. Unauthorize,
  6. General
  7. }
  8. }