Merge pull request 'by Robin at 20240411' (#263) from dev-feat-IRONFANS-70-Robin into feat-IRONFANS-70
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/263
This commit is contained in:
commit
469c7f8775
|
@ -13,9 +13,6 @@ type ApiZoneVO struct {
|
||||||
VisitorRole int64 `json:"visitor_role"`
|
VisitorRole int64 `json:"visitor_role"`
|
||||||
Previews *dbstruct.MediaComponent `json:"previews"`
|
Previews *dbstruct.MediaComponent `json:"previews"`
|
||||||
Expenditure int64 `json:"expenditure"`
|
Expenditure int64 `json:"expenditure"`
|
||||||
ZoneMomentCount int64 `json:"zone_moment_count"`
|
|
||||||
ImageCount int64 `json:"image_count"`
|
|
||||||
VideoCount int64 `json:"video_count"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (vo *ApiZoneVO) GetMid() int64 {
|
func (vo *ApiZoneVO) GetMid() int64 {
|
||||||
|
|
Loading…
Reference in New Issue