bygdata/plugin/announcement/model/request/info.go
liuzhiwang e57ec346ea add
2026-02-02 17:57:11 +08:00

13 lines
260 B
Go

package request
import (
"byg-backend/model/common/request"
"time"
)
type InfoSearch struct {
StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
EndCreatedAt *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
request.PageInfo
}