模板管理开发
This commit is contained in:
+11
-1
@@ -4,6 +4,7 @@ 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.TemplateManage;
|
||||
import com.ruoyi.wisdomarbitrate.domain.vo.SealListVO;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
@@ -24,7 +25,7 @@ public interface IDeptIdentifyService {
|
||||
|
||||
AjaxResult receiveNotify(String body);
|
||||
|
||||
List<SealListVO> getSealList(DeptIdentify deptIdentify);
|
||||
List<SealManage> getSealList(DeptIdentify deptIdentify);
|
||||
|
||||
AjaxResult updateSealLockStatus(SealManage sealManage);
|
||||
|
||||
@@ -34,4 +35,13 @@ public interface IDeptIdentifyService {
|
||||
AjaxResult deleteDeptIdentify(Long id);
|
||||
|
||||
AjaxResult updateDeptIdentify(DeptIdentify deptIdentify);
|
||||
|
||||
AjaxResult insertTemplate(TemplateManage templateManage , MultipartFile file);
|
||||
|
||||
AjaxResult updateTemplate(TemplateManage templateManage, MultipartFile file);
|
||||
|
||||
AjaxResult deleteTemplate(Long id);
|
||||
|
||||
List<TemplateManage> getTemplateList(DeptIdentify deptIdentify);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user