涂煌豪
2022-05-24 8fe9d222c9453a3f09c6d5681dde0b2fd1600417
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}