1234567891011121314 |
- namespace Vinno.vCloud.Common.FIS.Consultation
- {
- public enum EnumEmergencyConsultationResult
- {
- UnknowException = -1,
- OK,
- Failed,
- IsBusy,
- ExpertsIsNotExist,
- ExpertsOfflineAll,
- ExpertsDeficiencyOfTimeAll,
- ExpertsOfflineOrDeficiencyOfTime,
- }
- }
|