service/api/interfaces/is_followed_fillable.go

7 lines
108 B
Go
Raw Permalink Normal View History

2024-01-19 00:31:03 +08:00
package interfaces
type IsFollowedFillable interface {
GetMid() int64
SetIsFollowed(is_followed int64)
}