zz
2023-04-07 c10beb27172238f32c42e64dda4f78f5454ea4a6
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 = '草案中';
    //报告书的状态‘完毕’