| | |
| | | public interface SysLaboratoryDao { |
| | | |
| | | public SysLaboratory getSysLaboratory(String id) throws DataAccessException; |
| | | |
| | | public SysLaboratory getSysLaboratorySimpleInfo(String id) throws DataAccessException; |
| | | |
| | | @SuppressWarnings("rawtypes") |
| | | public List<SysLaboratory> getSysLaboratoryList(Map params) throws DataAccessException; |
| | | |
| | | public List<SysLaboratory> getSysLaboratorySimpleInfoList(Map params); |
| | | public List<SysLaboratory> getAllSysLaboratoryList() throws DataAccessException; |
| | | @SuppressWarnings("rawtypes") |
| | | public int getSysLaboratoryTotalCount(Map params) throws DataAccessException; |