公告板
版本库
filestore
活动
搜索
登录
main
/
lightningupdate
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
sit期间修改
19626
2023-09-13
196df4d4bf1941546d349cadbf343655578ec280
[lightningupdate.git]
/
force-app
/
main
/
default
/
classes
/
lexAgencyHospitalLinkController.cls
1
2
3
4
5
6
7
8
9
10
11
public with sharing class lexAgencyHospitalLinkController {
@AuraEnabled
public static string initForCreateAgencyContact(String recordId){
try {
} catch (Exception e) {
throw new AuraHandledException(e.getMessage());
}
}
}