添加操作日志

This commit is contained in:
2026-06-03 10:45:33 +08:00
parent 009275590d
commit b1cc92f026
23 changed files with 1087 additions and 8 deletions

View File

@@ -90,6 +90,10 @@
<groupId>org.xujun</groupId>
<artifactId>xtools-app-sys-auth</artifactId>
</dependency>
<dependency>
<groupId>org.xujun</groupId>
<artifactId>xtools-app-sys-tag</artifactId>
</dependency>
<!-- 项目模块 end -->
<!-- mapstruct begin -->

View File

@@ -367,10 +367,10 @@ import {useSettingsStore} from "@/store";
import {DictItem, PageReq, PageResult} from "@/types/global";
import SysCommonAPI from "@/api/sys/sys-common-api";
#else
import {PageReq} from "@/types/global";
import {PageReq, PageResult} from "@/types/global";
#end
#if($exportExcel)
import {FileUtils, Format} from "@/utils/utils";
import {FileUtils, Format} from "@/utils";
#end
import ${table.entityName}API, {
EditForm as ${table.entityName}EditForm,