From c86fdc9cad7ad8beaa71f2601cf160021a6ea3e0 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期一, 28 八月 2023 10:51:04 +0800
Subject: [PATCH] 增加一个vo字段
---
standard-server/src/main/java/com/yuanchu/limslaboratory/service/ProductService.java | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 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 0fc62ef..a81e74a 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
@@ -3,6 +3,10 @@
import com.yuanchu.limslaboratory.pojo.Product;
import com.baomidou.mybatisplus.extension.service.IService;
+import java.util.List;
+import java.util.Map;
+
+
/**
* <p>
* 鏈嶅姟绫�
@@ -12,5 +16,46 @@
* @since 2023-07-17
*/
public interface ProductService extends IService<Product> {
+ void deleteProductInformation(List<Integer> SpecificationsId);
+ /**
+ * 灞曠ず璇ュ瀷鍙蜂笅鐨勬楠岄」鐩姹�-->閫夋嫨鐗堟湰
+ * @param specificationsId
+ * @return
+ */
+ List<Integer> chooseVersion(Integer specificationsId);
+
+
+ /**
+ * 灞曠ず璇ュ瀷鍙蜂笅鐨勬楠岄」鐩姹�
+ * @param specificationsId
+ * @return
+ */
+ List<Map<String,Object>> pageProductInformation(Integer specificationsId,Integer version);
+
+ /**
+ * 濉啓鏍囧噯鍊间笌鍐呮帶鍊�,榧犳爣绉诲紑淇濆瓨
+ * @param id
+ * @param required
+ * @param internal
+ * @return
+ */
+ Integer write(Integer id, String required, String internal);
+
+ void deleteList(String ids);
+
+ /**
+ * 娣诲姞鍚屼竴涓瀷鍙风殑鍏朵粬鐗堟湰
+ * @param specificationsId
+ * @return
+ */
+ Integer addVersion(Integer specificationsId);
+
+
+ /**
+ * 鏌ヨ璇ュ瀷鍙蜂笅鐨勬墍鏈夎瘯楠岄」鐩�(鐖剁被)
+ * @param modelId
+ * @return
+ */
+ List<Map<String,Object>> chooseProject(Integer modelId);
}
--
Gitblit v1.9.3