| | |
| | | |
| | | import com.yuanchu.limslaboratory.pojo.Material; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.yuanchu.limslaboratory.pojo.ProductModel; |
| | | import com.yuanchu.limslaboratory.pojo.dto.AddMaterialDto; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | |
| | | /** |
| | | * 四级分层显示 |
| | | */ |
| | | List<Map<String, Object>> getFourLevelInformation(String specificationName); |
| | | List<Map<String, Object>> getFourLevelInformation(); |
| | | |
| | | |
| | | /** |
| | | * 添加指标-->选择样品名称 |
| | | * @return |
| | | */ |
| | | List<String> selectmater(); |
| | | |
| | | List<ProductModel> getSample(); |
| | | } |