From 82c058c91daed212fd9b3807dca9ca80217ce738 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 30 八月 2023 20:25:01 +0800
Subject: [PATCH] fix
---
model/system/request/sys_auto_history.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/model/system/request/sys_auto_history.go b/model/system/request/sys_auto_history.go
index 48c95e6..807c0e7 100644
--- a/model/system/request/sys_auto_history.go
+++ b/model/system/request/sys_auto_history.go
@@ -1,6 +1,6 @@
package request
-import "github.com/flipped-aurora/gin-vue-admin/server/model/common/request"
+import "srm/model/common/request"
type SysAutoHistory struct {
request.PageInfo
--
Gitblit v1.8.0