🎨 新增提现功能
This commit is contained in:
12
model/app/request/with.go
Normal file
12
model/app/request/with.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package request
|
||||
|
||||
import common "git.echol.cn/loser/lckt/model/common/request"
|
||||
|
||||
type GetWithList struct {
|
||||
common.PageInfo
|
||||
UserId uint `json:"user_id" form:"user_id"` // 用户ID
|
||||
UserName string `json:"user_name" form:"user_name"` // 用户名
|
||||
Status int `json:"status" form:"status"`
|
||||
StartTime string `json:"start_time" form:"start_time"`
|
||||
EndTime string `json:"end_time" form:"end_time"`
|
||||
}
|
||||
Reference in New Issue
Block a user