机构管理.公章管理优化
This commit is contained in:
+5
-2
@@ -3,6 +3,7 @@ package com.ruoyi.wisdomarbitrate.service;
|
||||
import com.ruoyi.common.core.domain.AjaxResult;
|
||||
import com.ruoyi.common.exception.EsignDemoException;
|
||||
import com.ruoyi.wisdomarbitrate.domain.DeptIdentify;
|
||||
import com.ruoyi.wisdomarbitrate.domain.SealManage;
|
||||
import com.ruoyi.wisdomarbitrate.domain.vo.SealListVO;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
@@ -18,14 +19,16 @@ public interface IDeptIdentifyService {
|
||||
|
||||
AjaxResult enableDept(DeptIdentify deptIdentify);
|
||||
|
||||
AjaxResult sealUpload(Long id, String sealName , MultipartFile file);
|
||||
AjaxResult sealUpload(Long id,MultipartFile file);
|
||||
|
||||
|
||||
AjaxResult receiveNotify(String body);
|
||||
|
||||
List<SealListVO> getSealList(DeptIdentify deptIdentify);
|
||||
|
||||
AjaxResult updateSealLockStatus(DeptIdentify deptIdentify);
|
||||
AjaxResult updateSealLockStatus(SealManage sealManage);
|
||||
|
||||
|
||||
AjaxResult insertDeptIdentify(DeptIdentify deptIdentify);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user