| | |
| | |
|
| | | IPage<ContractOrderEntity> findMemberHistoryOrderInfoInPage(Page<ContractOrderEntity> page,
|
| | | @Param("record") ContractOrderEntity contractOrderEntity);
|
| | | |
| | | IPage<ContractOrderEntity> findMemberHistoryOrderInfoAllInPage(Page<ContractOrderEntity> page,
|
| | | @Param("record") ContractOrderEntity contractOrderEntity);
|
| | |
|
| | | IPage<ContractOrderEntity> findHistoryOrderInfoAloneInfoInPage(Page<ContractOrderEntity> page,
|
| | | @Param("record") ContractOrderEntity contractOrderEntity);
|
| | |
|
| | | IPage<ContractOrderEntity> findhistoryOrderInfoAloneTestInfoInPage(Page<ContractOrderEntity> page,
|
| | | @Param("record")ContractOrderEntity contractOrderEntity);
|
| | |
|
| | | }
|