TerminalFeatureType.cs 393 B

1234567891011121314
  1. namespace Vinno.vCloud.Common.FIS
  2. {
  3. public enum TerminalFeatureType
  4. {
  5. Remedical, //Remote medical feature
  6. WorkOrder, //Workorder feature
  7. LiveVideo, //LiveVideo feature
  8. AfterSales, //AfterSales feature,
  9. Upgrade,//upgrade feature
  10. Teaching,//Remote Teaching
  11. Consultation,//Consultation feature
  12. Log,//Log feature
  13. }
  14. }