Commit 1cd35fd4 authored by hujiebin's avatar hujiebin

swagger

parent 2b1b38d4
......@@ -14,10 +14,10 @@ type CvGroupPowerInfo struct {
// 家族基本信息
type CvGroupPowerBase struct {
GroupPowerId mysql.ID `json:"groupPowerId"` // 家族id
Icon string `json:"icon"` // 家族图片
Name string `json:"name"` // 家族名
Nameplate string `json:"nameplate"` // 铭牌
GroupPowerId uint64 `json:"groupPowerId"` // 家族id
Icon string `json:"icon"` // 家族图片
Name string `json:"name"` // 家族名
Nameplate string `json:"nameplate"` // 铭牌
}
// 家族成员
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment