| | |
| | | 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.CategoryCount; |
| | | import com.gkhy.exam.pay.dto.req.CountReq; |
| | | import com.gkhy.exam.pay.entity.CoalCategory; |
| | | import com.gkhy.exam.pay.entity.CoalTicket; |
| | | import org.springframework.stereotype.Repository; |
| | |
| | | CoalTicket selectCoalTicket(); |
| | | |
| | | |
| | | List<CategoryCount> countCategory(CountReq countReq); |
| | | |
| | | List<CateGoryTheory> countThroey(CountReq countReq); |
| | | |
| | | } |