add
wangpengfei
2023-08-26 1bb2d1d1f4ed5cd0409d17180844b445bf63f213
api/v1/system/sys_operation_record.go
@@ -1,14 +1,14 @@
package system
import (
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/common/request"
   "github.com/flipped-aurora/gin-vue-admin/server/model/common/response"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system"
   systemReq "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   "github.com/flipped-aurora/gin-vue-admin/server/utils"
   "github.com/gin-gonic/gin"
   "go.uber.org/zap"
   "srm/global"
   "srm/model/common/request"
   "srm/model/common/response"
   "srm/model/system"
   systemReq "srm/model/system/request"
   "srm/utils"
)
type OperationRecordApi struct{}