zm
2024-10-09 f23de33f7fadd304d9f6d74d9e2f44f559f537d9
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;
}