将开源版本的修改打补丁应用到商业版
This commit is contained in:
+18
@@ -1,5 +1,6 @@
|
||||
package org.jeecg.common.system.api;
|
||||
|
||||
import com.alibaba.fastjson.JSONArray;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import org.jeecg.common.api.CommonAPI;
|
||||
import org.jeecg.common.api.dto.DataLogDTO;
|
||||
@@ -544,4 +545,21 @@ public interface ISysBaseAPI extends CommonAPI {
|
||||
*/
|
||||
boolean dictTableWhiteListCheckByDict(String tableOrDictCode, String... fields);
|
||||
|
||||
// 新增附件
|
||||
String addSysFileAttachment(JSONObject jsonObject);
|
||||
|
||||
//删除附件
|
||||
void deleteFileAttachment(String id);
|
||||
|
||||
String getFilePath(String id);
|
||||
|
||||
JSONArray getFileDetialById(String ids);
|
||||
|
||||
JSONArray getFileInfoByBussinessId(String bussinessId, String misFlag);
|
||||
|
||||
String getFilesPath(String ids);
|
||||
|
||||
Map<String, Object> queryFileMapById(String id);
|
||||
|
||||
String updateBusinessId(String businessId, List<String> deliverablesList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user