添加操作日志
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user