李彤
2023-05-29 41a627eaaf29658a401ac43e4da838a5b622f44e
1
2
3
4
trigger OPDPlanUp on OPDPlan__c (before Insert,after Insert,after update,before update) {
    OPDPlanHandler handler = new OPDPlanHandler();
    handler.run();
}