生成表结构,开始实现接口逻辑
This commit is contained in:
5
internal/model/common.go
Normal file
5
internal/model/common.go
Normal file
@ -0,0 +1,5 @@
|
||||
package model
|
||||
|
||||
type LoginOut struct {
|
||||
Token string
|
||||
}
|
||||
Reference in New Issue
Block a user