Add PaymentGroup to intf.go in db package
This commit is contained in:
parent
953394335b
commit
bd2005bf5d
|
@ -10,3 +10,7 @@ type UserIdentifiable interface {
|
||||||
GetUserID() uint
|
GetUserID() uint
|
||||||
SetUserID(userID uint)
|
SetUserID(userID uint)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type PaymentGroup interface {
|
||||||
|
__internalBelogingToPayment()
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user