增加swagger文档常量定义

This commit is contained in:
白茶清欢 2024-04-25 17:16:16 +08:00
parent 09fdf2f01e
commit 00e0a924ef
1 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,7 @@ const (
const (
SwaggerTypeKey = "type"
)
const (
SwaggerBaseObjectDefinitionName = "object_map"
)