123
chenjingwu
2024-04-19 a8568ca9b6bcc94f66deb68f236641dba7e4bea4
1
2
3
4
trigger OPDPlanUp on OPDPlan__c (before Insert,after Insert,after update,before update) {
    OPDPlanHandler handler = new OPDPlanHandler();
    handler.run();
}