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