| | |
| | | package com.yuanchu.mom.service; |
| | | |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.yuanchu.mom.pojo.InsSample; |
| | | import com.yuanchu.mom.pojo.StandardProductList; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | |
| | | List<StandardProductList> selectStandardProductList(InsSample insSample); |
| | | |
| | | List<StandardProductList> selectStandardProductListByMethodId(Integer id); |
| | | List<StandardProductList> selectStandardProductListByMethodId(Integer id, String tree); |
| | | |
| | | } |