From 62e0e2910b2858a60e5fa4ffda2590c05b0caf9d Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期二, 22 八月 2023 18:02:11 +0800 Subject: [PATCH] LIMS管理系统框架-开发8-22 --- standard-server/src/main/java/com/yuanchu/limslaboratory/service/ProductService.java | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/standard-server/src/main/java/com/yuanchu/limslaboratory/service/ProductService.java b/standard-server/src/main/java/com/yuanchu/limslaboratory/service/ProductService.java index 8fbb6af..7836058 100644 --- a/standard-server/src/main/java/com/yuanchu/limslaboratory/service/ProductService.java +++ b/standard-server/src/main/java/com/yuanchu/limslaboratory/service/ProductService.java @@ -21,14 +21,22 @@ public interface ProductService extends IService<Product> { void deleteProductInformation(List<Integer> SpecificationsId); - IPage<Map<String, Object>> pageProductInformation(String productCodeOrName, Integer specificationsId, Page<Objects> page); - - List<Map<String, Object>> pageFatherNameProductInformation(String fatherName); /** - * 閫氳繃椤圭洰鍚嶆煡璇㈤」鐩殑璇曢獙鏂规硶 - * @param name + * 灞曠ず璇ュ瀷鍙蜂笅鐨勬楠岄」鐩姹� + * @param specificationsId * @return */ - List<Map> selectInstrumentByProname(String name); + List<Map<String,Object>> pageProductInformation(Integer specificationsId); + + /** + * 濉啓鏍囧噯鍊间笌鍐呮帶鍊�,榧犳爣绉诲紑淇濆瓨 + * @param id + * @param required + * @param internal + * @return + */ + Integer write(Integer id, String required, String internal); + + void deleteList(String ids); } -- Gitblit v1.9.3