From bdbdf515571035f0e63f06b2300ae0745d019282 Mon Sep 17 00:00:00 2001
From: 18756 <1875631620@qq.com>
Date: 星期四, 25 七月 2024 09:14:59 +0800
Subject: [PATCH] 资料清单设置7.25

---
 src/main/java/com/product/contract/service/ide/IProjectInfoService.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/product/contract/service/ide/IProjectInfoService.java b/src/main/java/com/product/contract/service/ide/IProjectInfoService.java
index 9d44f1f..5b5770b 100644
--- a/src/main/java/com/product/contract/service/ide/IProjectInfoService.java
+++ b/src/main/java/com/product/contract/service/ide/IProjectInfoService.java
@@ -1,5 +1,6 @@
 package com.product.contract.service.ide;
 
+import com.alibaba.fastjson.JSONObject;
 import com.product.core.entity.FieldSetEntity;
 import com.product.core.exception.BaseException;
 
@@ -14,4 +15,10 @@
 
     boolean deleteProjectInfo(FieldSetEntity fs) throws BaseException;
 
+    void saveOrUpdate(FieldSetEntity fse)  throws BaseException;
+
+    JSONObject getDataList(String dic_value) throws  BaseException;
+
+
+
 }

--
Gitblit v1.9.2