19626
2023-04-11 c61c92855510f1163b2eb087905e92784bf42cd2
force-app/main/default/classes/LightingButtonConstant.cls
@@ -1,4 +1,10 @@
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 = '草案中';
    //报告书的状态‘完毕’