| | |
| | | package cn.lihu.jh.module.ecg.service.checktype; |
| | | |
| | | import org.springframework.stereotype.Service; |
| | | import jakarta.annotation.Resource; |
| | | import org.springframework.validation.annotation.Validated; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import java.util.*; |
| | | import cn.lihu.jh.module.ecg.controller.admin.checktype.vo.*; |
| | | import cn.lihu.jh.module.ecg.dal.dataobject.checktype.CheckTypeDO; |
| | | import cn.lihu.jh.framework.common.pojo.PageResult; |
| | | import cn.lihu.jh.framework.common.pojo.PageParam; |
| | | import cn.lihu.jh.framework.common.util.object.BeanUtils; |
| | | |
| | | import cn.lihu.jh.module.ecg.dal.mysql.checktype.CheckTypeMapper; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | import static cn.lihu.jh.framework.common.exception.util.ServiceExceptionUtil.exception; |
| | | import static cn.lihu.jh.module.ecg.enums.ErrorCodeConstants.*; |
| | |
| | | return checkTypeMapper.selectPage(pageReqVO); |
| | | } |
| | | |
| | | @Override |
| | | public List<CheckTypeDO> getSimpleCheckTypeList() { |
| | | return checkTypeMapper.simpleCheckTypeList(); |
| | | } |
| | | |
| | | } |