| | |
| | | package com.gkhy.exam.pay.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.gkhy.exam.pay.dto.rep.CateGoryTheory; |
| | | import com.gkhy.exam.pay.dto.rep.NonCategoryCount; |
| | | import com.gkhy.exam.pay.dto.req.NonCountCategoryReqDto; |
| | | import com.gkhy.exam.pay.entity.NonCoalCategory; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | int checkUnite(NonCoalCategory nonCoalCategory); |
| | | |
| | | List<NonCategoryCount> selectCountCategory(NonCountCategoryReqDto countCategoryReqDto); |
| | | |
| | | List<CateGoryTheory> selectCountTheory(NonCountCategoryReqDto countCategoryReqDto); |
| | | } |