| | |
| | | global without sharing class LightingButtonConstant { |
| | | //授权申请的状态‘已提交’ |
| | | public static final String STATUS_Application_Submitted = '已提交'; |
| | | //授权申请的状态‘草案中’ |
| | | public static final String STATUS_Application_CancelSubmit= '草案中'; |
| | | //授权申请的记录类型名‘授权申请’ |
| | | public static final String RECORD_TYPE_NAME_Application = '授权申请'; |
| | | //周报月报的状态‘草案中’ |
| | | public static final String STATUS_DRAFT = '草案中'; |
| | | //报告书的状态‘完毕’ |
| | |
| | | public static final String SOBJECT_NAME_OF_REPORT_SHARE ='Report__Share'; |
| | | public static final String SOBJECT_NAME_OF_VOC_SHARE = 'VOCShare__c'; |
| | | |
| | | |
| | | } |