EServiceStationStatus.cs 119 B

1234567
  1. namespace Sers.Gover.Base.Model
  2. {
  3. public enum EServiceStationStatus
  4. {
  5. 正常, 暂停
  6. }
  7. }