| | |
| | | |
| | | |
| | | import com.ld.igds.check.dto.CheckItemData; |
| | | import com.ld.igds.check.dto.CheckStandardData; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * |
| | | * @param checkId |
| | | */ |
| | | List<CheckItemData> getCheckItemByStandard(String checkId, String companyId, String deptId, String foodVariety); |
| | | |
| | | /** |
| | | * 获取标准的化验定义,新增化验项目 |
| | | * |
| | | * @param companyId |
| | | * @return |
| | | */ |
| | | List<CheckStandardData> getCheckStandard(String companyId, String deptId, String foodVariety); |
| | | |
| | | List<CheckItemData> getCheckItemByStandard(String companyId,String checkId, String foodVariety); |
| | | } |