付煜
2022-03-25 d01d16aaf60eb20925d3b89c4c8d8e4a2ac63b4c
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}