| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.yuanchu.limslaboratory.pojo.Enterprise; |
| | | import com.yuanchu.limslaboratory.pojo.Report; |
| | | import com.yuanchu.limslaboratory.pojo.vo.ReportVo; |
| | | |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | String check(String name, Integer id, String result); |
| | | String check(String name, Integer id, Integer result); |
| | | |
| | | /** |
| | | * 删除 |
| | |
| | | String delreport(Integer id); |
| | | |
| | | Map<String, Object> getReportContext(String code); |
| | | |
| | | Enterprise getEnterprise(); |
| | | } |
| | | |