mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
【更新】更新swagger文档
This commit is contained in:
14
apps/develop/api/vo/tableVo.go
Normal file
14
apps/develop/api/vo/tableVo.go
Normal 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user