1234567891011121314151617181920212223242526 |
- package com.sinosoft.common.enums;
- public enum StatusEnum {
- /** 已调拔 */
- ydb,
- /**生产填报*/
- sctb,
- /**
- * 调度服务类:OMSServiceImpl
- * 备注:需转换为报表类型
- */
- OMSServiceImpl,
- /**
- * 安全生产服务:ubmitInformationService2Impl
- * 备注:需转换为报表类型
- */
-
- SubmitInformationService2Impl,
- /**
- * 市场营销服务类:PowerCutInfoWSImpl
- * 备注:需转换为报表类型
- */
- PowerCutInfoWSImpl
-
-
- }
|