11.23开发

This commit is contained in:
hejinbo
2023-11-23 17:35:59 +08:00
parent 9ee2e83c7a
commit 607da65dc4
13 changed files with 166 additions and 62 deletions
@@ -1,6 +1,7 @@
package com.ruoyi.wisdomarbitrate.service;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysUser;
import com.ruoyi.common.exception.EsignDemoException;
import com.ruoyi.wisdomarbitrate.domain.DeptIdentify;
import com.ruoyi.wisdomarbitrate.domain.SealManage;
@@ -44,4 +45,10 @@ public interface IDeptIdentifyService {
List<TemplateManage> getTemplateList(DeptIdentify deptIdentify);
List<SysUser> selectPostUserByDeptId(DeptIdentify deptIdentify);
AjaxResult bindHandler(DeptIdentify deptIdentify);
}