黄千龙
2023-02-02 00fb7ef28a06d451c443d8521a8614a40fec3f78
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}