书籍列表接口新增参数
This commit is contained in:
14
internal/model/user_sign_in_logs.go
Normal file
14
internal/model/user_sign_in_logs.go
Normal file
@ -0,0 +1,14 @@
|
||||
package model
|
||||
|
||||
import "github.com/gogf/gf/v2/os/gtime"
|
||||
|
||||
type UserSignInLogSignIn struct {
|
||||
UserId int64 `json:"userId"`
|
||||
RuleId int64 `json:"ruleId"`
|
||||
RewardDetailId int64 `json:"rewardDetailId"`
|
||||
SignInDate *gtime.Time `json:"signInDate"`
|
||||
}
|
||||
|
||||
type UserSignInLogSignOut struct {
|
||||
Success bool `json:"success"`
|
||||
}
|
||||
Reference in New Issue
Block a user