|
|
|
@ -150,6 +150,9 @@ definitions:
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
config.Mongo:
|
|
|
|
config.Mongo:
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
|
|
|
|
auth-source:
|
|
|
|
|
|
|
|
description: 验证数据库
|
|
|
|
|
|
|
|
type: string
|
|
|
|
coll:
|
|
|
|
coll:
|
|
|
|
description: collection name
|
|
|
|
description: collection name
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
@ -412,7 +415,7 @@ definitions:
|
|
|
|
$ref: '#/definitions/config.SpecializedDB'
|
|
|
|
$ref: '#/definitions/config.SpecializedDB'
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
|
email:
|
|
|
|
email:
|
|
|
|
$ref: '#/definitions/github_com_flipped-aurora_gin-vue-admin_server_config.Email'
|
|
|
|
$ref: '#/definitions/pychr_config.Email'
|
|
|
|
excel:
|
|
|
|
excel:
|
|
|
|
$ref: '#/definitions/config.Excel'
|
|
|
|
$ref: '#/definitions/config.Excel'
|
|
|
|
hua-wei-obs:
|
|
|
|
hua-wei-obs:
|
|
|
|
@ -554,9 +557,6 @@ definitions:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
router-prefix:
|
|
|
|
router-prefix:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
use-mongo:
|
|
|
|
|
|
|
|
description: 使用redis
|
|
|
|
|
|
|
|
type: boolean
|
|
|
|
|
|
|
|
use-multipoint:
|
|
|
|
use-multipoint:
|
|
|
|
description: 多点登录拦截
|
|
|
|
description: 多点登录拦截
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
@ -705,7 +705,50 @@ definitions:
|
|
|
|
description: 文件地址
|
|
|
|
description: 文件地址
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
github_com_flipped-aurora_gin-vue-admin_server_config.Email:
|
|
|
|
goods.GoodsShow:
|
|
|
|
|
|
|
|
properties:
|
|
|
|
|
|
|
|
ID:
|
|
|
|
|
|
|
|
description: 主键ID
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
briefIntroduction:
|
|
|
|
|
|
|
|
description: 简介
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
createdAt:
|
|
|
|
|
|
|
|
description: 创建时间
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
goodsAssistantPic:
|
|
|
|
|
|
|
|
description: 商品副图
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
goodsMainPic:
|
|
|
|
|
|
|
|
description: 商品主图
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
langType:
|
|
|
|
|
|
|
|
description: 语言类型 1中文 2英文
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
mainIntroduction:
|
|
|
|
|
|
|
|
description: 主介绍
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
name:
|
|
|
|
|
|
|
|
description: 商品名称
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
secondIntroduction:
|
|
|
|
|
|
|
|
description: 副介绍,逗号拼接
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
secondIntroductionTitle:
|
|
|
|
|
|
|
|
description: 副介绍标题
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
type:
|
|
|
|
|
|
|
|
description: 类型
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
updatedAt:
|
|
|
|
|
|
|
|
description: 更新时间
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
required:
|
|
|
|
|
|
|
|
- langType
|
|
|
|
|
|
|
|
- name
|
|
|
|
|
|
|
|
- type
|
|
|
|
|
|
|
|
type: object
|
|
|
|
|
|
|
|
pychr_config.Email:
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
from:
|
|
|
|
from:
|
|
|
|
description: 发件人 你自己要发邮件的邮箱
|
|
|
|
description: 发件人 你自己要发邮件的邮箱
|
|
|
|
@ -1120,7 +1163,8 @@ definitions:
|
|
|
|
items:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/system.Field'
|
|
|
|
$ref: '#/definitions/system.Field'
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
|
hasTimer:
|
|
|
|
gvaModel:
|
|
|
|
|
|
|
|
description: 是否使用gva默认Model
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
humpPackageName:
|
|
|
|
humpPackageName:
|
|
|
|
description: go文件名称
|
|
|
|
description: go文件名称
|
|
|
|
@ -1130,6 +1174,8 @@ definitions:
|
|
|
|
packageName:
|
|
|
|
packageName:
|
|
|
|
description: 文件名称
|
|
|
|
description: 文件名称
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
|
|
|
|
primaryField:
|
|
|
|
|
|
|
|
$ref: '#/definitions/system.Field'
|
|
|
|
structName:
|
|
|
|
structName:
|
|
|
|
description: Struct名称
|
|
|
|
description: Struct名称
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
@ -1172,6 +1218,9 @@ definitions:
|
|
|
|
fieldType:
|
|
|
|
fieldType:
|
|
|
|
description: Field数据类型
|
|
|
|
description: Field数据类型
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
|
|
|
|
primaryKey:
|
|
|
|
|
|
|
|
description: 是否主键
|
|
|
|
|
|
|
|
type: boolean
|
|
|
|
require:
|
|
|
|
require:
|
|
|
|
description: 是否必填
|
|
|
|
description: 是否必填
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
@ -1425,6 +1474,30 @@ definitions:
|
|
|
|
description: 字典值
|
|
|
|
description: 字典值
|
|
|
|
type: integer
|
|
|
|
type: integer
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
|
|
|
|
system.SysExportTemplate:
|
|
|
|
|
|
|
|
properties:
|
|
|
|
|
|
|
|
ID:
|
|
|
|
|
|
|
|
description: 主键ID
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
createdAt:
|
|
|
|
|
|
|
|
description: 创建时间
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
name:
|
|
|
|
|
|
|
|
description: 模板名称
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
tableName:
|
|
|
|
|
|
|
|
description: 表名称
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
templateID:
|
|
|
|
|
|
|
|
description: 模板标识
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
templateInfo:
|
|
|
|
|
|
|
|
description: 模板信息
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
updatedAt:
|
|
|
|
|
|
|
|
description: 更新时间
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
type: object
|
|
|
|
system.SysMenu:
|
|
|
|
system.SysMenu:
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
ID:
|
|
|
|
ID:
|
|
|
|
@ -1583,9 +1656,9 @@ definitions:
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
info:
|
|
|
|
info:
|
|
|
|
contact: {}
|
|
|
|
contact: {}
|
|
|
|
description: 使用gin+vue进行极速开发的全栈开发基础平台
|
|
|
|
description: gin接口文档
|
|
|
|
title: Gin-Vue-Admin Swagger API接口文档
|
|
|
|
title: API接口文档
|
|
|
|
version: v2.6.0
|
|
|
|
version: v0.0.1
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
/api/createApi:
|
|
|
|
/api/createApi:
|
|
|
|
post:
|
|
|
|
post:
|
|
|
|
@ -2955,6 +3028,203 @@ paths:
|
|
|
|
summary: 上传文件示例
|
|
|
|
summary: 上传文件示例
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- ExaFileUploadAndDownload
|
|
|
|
- ExaFileUploadAndDownload
|
|
|
|
|
|
|
|
/goodsShow/createGoodsShow:
|
|
|
|
|
|
|
|
post:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- description: 创建商品
|
|
|
|
|
|
|
|
in: body
|
|
|
|
|
|
|
|
name: data
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
$ref: '#/definitions/goods.GoodsShow'
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"创建成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 创建商品
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- GoodsShow
|
|
|
|
|
|
|
|
/goodsShow/deleteGoodsShow:
|
|
|
|
|
|
|
|
delete:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- description: 删除商品
|
|
|
|
|
|
|
|
in: body
|
|
|
|
|
|
|
|
name: data
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
$ref: '#/definitions/goods.GoodsShow'
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"删除成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 删除商品
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- GoodsShow
|
|
|
|
|
|
|
|
/goodsShow/deleteGoodsShowByIds:
|
|
|
|
|
|
|
|
delete:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"批量删除成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 批量删除商品
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- GoodsShow
|
|
|
|
|
|
|
|
/goodsShow/findGoodsShow:
|
|
|
|
|
|
|
|
get:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- description: 主键ID
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: ID
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
- description: 简介
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: briefIntroduction
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 创建时间
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: createdAt
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 商品副图
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: goodsAssistantPic
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 商品主图
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: goodsMainPic
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 语言类型 1中文 2英文
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: langType
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
- description: 主介绍
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: mainIntroduction
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 商品名称
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: name
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 副介绍,逗号拼接
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: secondIntroduction
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 副介绍标题
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: secondIntroductionTitle
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 类型
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: type
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
- description: 更新时间
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: updatedAt
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"查询成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 用id查询商品
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- GoodsShow
|
|
|
|
|
|
|
|
/goodsShow/getGoodsShowList:
|
|
|
|
|
|
|
|
get:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- in: query
|
|
|
|
|
|
|
|
name: endCreatedAt
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 关键字
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: keyword
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- in: query
|
|
|
|
|
|
|
|
name: langType
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
- in: query
|
|
|
|
|
|
|
|
name: name
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 页码
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: page
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
- description: 每页大小
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: pageSize
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
- in: query
|
|
|
|
|
|
|
|
name: startCreatedAt
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- in: query
|
|
|
|
|
|
|
|
name: type
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 分页获取商品列表
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- GoodsShow
|
|
|
|
|
|
|
|
/goodsShow/updateGoodsShow:
|
|
|
|
|
|
|
|
put:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- description: 更新商品
|
|
|
|
|
|
|
|
in: body
|
|
|
|
|
|
|
|
name: data
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
$ref: '#/definitions/goods.GoodsShow'
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"更新成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 更新商品
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- GoodsShow
|
|
|
|
/init/checkdb:
|
|
|
|
/init/checkdb:
|
|
|
|
post:
|
|
|
|
post:
|
|
|
|
produces:
|
|
|
|
produces:
|
|
|
|
@ -3656,6 +3926,230 @@ paths:
|
|
|
|
summary: 更新SysDictionaryDetail
|
|
|
|
summary: 更新SysDictionaryDetail
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- SysDictionaryDetail
|
|
|
|
- SysDictionaryDetail
|
|
|
|
|
|
|
|
/sysExportTemplate/createSysExportTemplate:
|
|
|
|
|
|
|
|
post:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- description: 创建导出模板
|
|
|
|
|
|
|
|
in: body
|
|
|
|
|
|
|
|
name: data
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
$ref: '#/definitions/system.SysExportTemplate'
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"创建成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 创建导出模板
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- SysExportTemplate
|
|
|
|
|
|
|
|
/sysExportTemplate/deleteSysExportTemplate:
|
|
|
|
|
|
|
|
delete:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- description: 删除导出模板
|
|
|
|
|
|
|
|
in: body
|
|
|
|
|
|
|
|
name: data
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
$ref: '#/definitions/system.SysExportTemplate'
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"删除成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 删除导出模板
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- SysExportTemplate
|
|
|
|
|
|
|
|
/sysExportTemplate/deleteSysExportTemplateByIds:
|
|
|
|
|
|
|
|
delete:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- description: 批量删除导出模板
|
|
|
|
|
|
|
|
in: body
|
|
|
|
|
|
|
|
name: data
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
$ref: '#/definitions/request.IdsReq'
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"批量删除成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 批量删除导出模板
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- SysExportTemplate
|
|
|
|
|
|
|
|
/sysExportTemplate/exportExcel:
|
|
|
|
|
|
|
|
get:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses: {}
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 导出表格模板
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- SysExportTemplate
|
|
|
|
|
|
|
|
/sysExportTemplate/findSysExportTemplate:
|
|
|
|
|
|
|
|
get:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- description: 主键ID
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: ID
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
- description: 创建时间
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: createdAt
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 模板名称
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: name
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 表名称
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: tableName
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 模板标识
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: templateID
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 模板信息
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: templateInfo
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 更新时间
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: updatedAt
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"查询成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 用id查询导出模板
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- SysExportTemplate
|
|
|
|
|
|
|
|
/sysExportTemplate/getSysExportTemplateList:
|
|
|
|
|
|
|
|
get:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- description: 主键ID
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: ID
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
- description: 创建时间
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: createdAt
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- in: query
|
|
|
|
|
|
|
|
name: endCreatedAt
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 关键字
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: keyword
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 模板名称
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: name
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 页码
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: page
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
- description: 每页大小
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: pageSize
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
- in: query
|
|
|
|
|
|
|
|
name: startCreatedAt
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 表名称
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: tableName
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 模板标识
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: templateID
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 模板信息
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: templateInfo
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
- description: 更新时间
|
|
|
|
|
|
|
|
in: query
|
|
|
|
|
|
|
|
name: updatedAt
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 分页获取导出模板列表
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- SysExportTemplate
|
|
|
|
|
|
|
|
/sysExportTemplate/importExcel:
|
|
|
|
|
|
|
|
post:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses: {}
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 导入表格
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- SysImportTemplate
|
|
|
|
|
|
|
|
/sysExportTemplate/updateSysExportTemplate:
|
|
|
|
|
|
|
|
put:
|
|
|
|
|
|
|
|
consumes:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- description: 更新导出模板
|
|
|
|
|
|
|
|
in: body
|
|
|
|
|
|
|
|
name: data
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
$ref: '#/definitions/system.SysExportTemplate'
|
|
|
|
|
|
|
|
produces:
|
|
|
|
|
|
|
|
- application/json
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
|
|
|
"200":
|
|
|
|
|
|
|
|
description: '{"success":true,"data":{},"msg":"更新成功"}'
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
|
|
|
|
summary: 更新导出模板
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- SysExportTemplate
|
|
|
|
/sysOperationRecord/createSysOperationRecord:
|
|
|
|
/sysOperationRecord/createSysOperationRecord:
|
|
|
|
post:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
consumes:
|
|
|
|
|