11 lines
163 B
Go
11 lines
163 B
Go
|
package request
|
||
|
|
||
|
import (
|
||
|
"goweb-gin-demo/model/common/request"
|
||
|
"goweb-gin-demo/model/wt"
|
||
|
)
|
||
|
|
||
|
type WtCommentSearch struct{
|
||
|
wt.WtComment
|
||
|
request.PageInfo
|
||
|
}
|