高章伟
2023-03-07 fbac2ed0a87dad3180b3d22a9ed189437e4b7f19
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}