|  |  | 
 |  |  |     @Mapping(source = "entrustPrice", target = "entrustOpeningPrice") | 
 |  |  |     @Mapping(source = "createTime", target = "entrustTime") | 
 |  |  |     @Mapping(source = "entrustAmount", target = "prePaymentAmount") | 
 |  |  |     @Mapping(source = "entrustType", target = "orderType") | 
 |  |  |     public abstract ContractOrderEntity entrustOrderToOrder(ContractEntrustOrderEntity orderEntity); | 
 |  |  |  | 
 |  |  |     @Mapping(source = "createTime", target = "entrustTime") | 
 |  |  | 
 |  |  |  | 
 |  |  |     public abstract List<ContractEntrustVo> entityListToVoList(List<ContractEntrustOrderEntity> list); | 
 |  |  |  | 
 |  |  |     @Mapping(source = "entrustAmount", target = "prePaymentAmount") | 
 |  |  |     public abstract ContractHoldOrderEntity entrustOrderToHoldOrder(ContractEntrustOrderEntity entrustOrderEntity); | 
 |  |  |  | 
 |  |  | } |