初步实现门店的逻辑代码
This commit is contained in:
@ -84,3 +84,11 @@ type UserListOut struct {
|
||||
List []User
|
||||
Total int
|
||||
}
|
||||
|
||||
type UserCodeIn struct {
|
||||
UserId int // 绑定手机号时需要使用该字段
|
||||
Phone string
|
||||
}
|
||||
|
||||
type UserCodeOut struct {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user