档案管理、白名单管理、加密类型管理

This commit is contained in:
liang.chao 2025-09-10 14:56:17 +08:00
parent 1ba4188abf
commit fd52595c95
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class SysEncryTypeController extends BaseController {
List<SysEncryType> list = encryTypeService.selectSysEncryTypeList(sysEncryType);
return getDataTable(list);
}
@PostMapping
@PostMapping("addEncryType")
@SysLog(title = "新增档案加密类型", module = "数据档案移交->档案加密类型管理", businessType = OperaType.INSERT, details = "新增档案加密类型", logType = 1)
@RequiresPermissions("encry:type:add")
public R add(@RequestBody SysEncryType sysEncryType) {