goweb-gin-demo/server/model/wt/response/wt_comments.go

10 lines
137 B
Go
Raw Normal View History

2021-11-17 19:40:32 +08:00
package response
import (
"goweb-gin-demo/model/wt"
)
type WtCommentResult struct {
wt.WtComment
NickName string `json:"nickName"`
}