19626
2023-09-13 196df4d4bf1941546d349cadbf343655578ec280
force-app/main/default/classes/OpportunityLightingButtonController.cls
@@ -2,9 +2,17 @@
 * @Description: 
 * @version: 
 * @Author: chen jing wu
 * @Date: 2023-09-09 13:27:58
 * @LastEditors: chen jing wu
 * @LastEditTime: 2023-09-12 17:40:11
 */
/*
 * @Description:
 * @version:
 * @Author: chen jing wu
 * @Date: 2023-04-12 11:16:07
 * @LastEditors: chen jing wu
 * @LastEditTime: 2023-09-08 16:57:51
 * @LastEditTime: 2023-09-08 16:58:57
 */
public with sharing class OpportunityLightingButtonController {
    @AuraEnabled
@@ -22,6 +30,12 @@
        }
        return res;
    }
    @AuraEnabled
    public static Id queryForProfileId(){
        return UserInfo.getProfileId();
    }
    @AuraEnabled
    public static InitData initForPredictedDateChangeButton(String recordId){
        InitData res = new InitData();