李金换
2023-04-20 fd0bea6d4ad22f61b323ff5cf32e2b1104bb5492
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}