公告板
版本库
filestore
活动
搜索
登录
main
/
OlyMEBG
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
StateCityUtilTest
l
2022-03-11
c9e23fe4ab15bc4b648a553d2172d0a74e1e1a74
[OlyMEBG.git]
/
force-app
/
main
/
default
/
classes
/
NFM620RestSchedule.cls
1
2
3
4
5
global class NFM620RestSchedule implements Schedulable {
global void execute(SchedulableContext sc) {
Id execBTId = Database.executeBatch(new NFM620RestBatch(),1);
}
}