| | |
| | | import com.gkhy.exam.common.api.CommonPage; |
| | | import com.gkhy.exam.common.api.CommonResult; |
| | | import com.gkhy.exam.system.domain.ContractReview; |
| | | import com.gkhy.exam.system.domain.req.ContractReviewReq; |
| | | |
| | | public interface ContractReviewService extends IService<ContractReview> { |
| | | CommonPage selectContractReviewList(ContractReview contractReview); |
| | |
| | | CommonResult updateContractReview(ContractReview contractReview); |
| | | |
| | | CommonResult deletedContractReview(Integer reviewId); |
| | | |
| | | CommonResult contractList(Integer userId); |
| | | |
| | | CommonResult contractcheck(ContractReviewReq contractReviewReq); |
| | | } |