PumpAuthTypeEnum.cs 147 B

12345678910
  1. namespace Dfs.WayneChina.HengshanPos
  2. {
  3. public enum PumpAuthType
  4. {
  5. General,
  6. Amount,
  7. Volume,
  8. Kilo
  9. }
  10. }