- package request
- import (
- "lc-fangdaosha/model/app"
- "lc-fangdaosha/model/common/request"
- "time"
- )
- type CameraSearch struct {
- app.Camera
- StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
- EndCreatedAt *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
- request.PageInfo
- }
|