| | |
| | | import com.gkhy.safePlatform.commons.vo.ResultVO; |
| | | import com.gkhy.safePlatform.commons.query.PageQuery; |
| | | import com.gkhy.safePlatform.targetDuty.model.dto.req.RewardPunishmentDetailQueryCriteria; |
| | | import com.gkhy.safePlatform.targetDuty.model.dto.resp.RewardPunishmentDetailDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | |
| | |
| | | List<RewardPunishmentDetail> queryAll(RewardPunishmentDetailQueryCriteria criteria); |
| | | |
| | | List<RewardPunishmentDetail> queryAllRelation(RewardPunishmentDetailQueryCriteria criteria); |
| | | |
| | | RewardPunishmentDetailDto selectOne(Serializable id); |
| | | } |