mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-20 14:18:24 +00:00
增加了文件删除功能和前端日期格式化功能
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
// This file was generated by swaggo/swag at
|
||||
// 2019-11-20 16:37:42.2606856 +0800 CST m=+0.064825001
|
||||
// 2019-11-20 16:59:15.3568689 +0800 CST m=+0.056920101
|
||||
|
||||
package docs
|
||||
|
||||
@@ -1290,6 +1290,9 @@ var doc = `{
|
||||
"dbModel.FileUploadAndDownload": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -1273,6 +1273,9 @@
|
||||
"dbModel.FileUploadAndDownload": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -114,6 +114,8 @@ definitions:
|
||||
type: object
|
||||
dbModel.FileUploadAndDownload:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
tag:
|
||||
|
||||
Reference in New Issue
Block a user