| | |
| | | import cn.lihu.jh.framework.mybatis.core.query.LambdaQueryWrapperX; |
| | | import cn.lihu.jh.framework.mybatis.core.mapper.BaseMapperX; |
| | | import cn.lihu.jh.module.ecg.dal.dataobject.checktype.CheckTypeDO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import cn.lihu.jh.module.ecg.dal.dataobject.room.RoomDO; |
| | | import cn.lihu.jh.module.ecg.enums.BedStatusEnum; |
| | | import org.apache.ibatis.annotations.*; |
| | | import cn.lihu.jh.module.ecg.controller.admin.checktype.vo.*; |
| | | |
| | | /** |
| | |
| | | .orderByDesc(CheckTypeDO::getId)); |
| | | } |
| | | |
| | | @Select("<script> " + |
| | | "SELECT * FROM lihu.check_type;" + |
| | | "</script>") |
| | | List<CheckTypeDO> simpleCheckTypeList(); |
| | | |
| | | } |