【更新】更新swagger文档

This commit is contained in:
PandaGoAdmin
2022-08-04 16:57:18 +08:00
parent 6db51fb2c9
commit 6d893f7c4e
39 changed files with 439 additions and 214 deletions

View File

@@ -0,0 +1,14 @@
package vo
import "pandax/apps/develop/entity"
/**
* @Description
* @Author 熊猫
* @Date 2022/8/4 15:52
**/
type TableInfoVo struct {
List []entity.DevGenTableColumn `json:"list"`
Info entity.DevGenTable `json:"info"`
}