service/api/interfaces/is_zone_moment_thumbed_up_f...

7 lines
141 B
Go
Raw Normal View History

2024-03-21 23:26:23 +08:00
package interfaces
type IsZoneMomentThumbedUpFillable interface {
GetZoneMomentId() int64
SetIsZoneMomentThumbedUp(is_thumbed_up int64)
}