zhangchunxu
2023-08-02 be8dc1e5c21fccf84cf25497d55e5261e93fbb35
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}