mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
【修复】导出功能
This commit is contained in:
@@ -2,18 +2,9 @@ package entity
|
||||
|
||||
import "pandax/base/model"
|
||||
|
||||
type UserName struct {
|
||||
Username string `gorm:"type:varchar(64)" json:"username"`
|
||||
}
|
||||
|
||||
type PassWord struct {
|
||||
// 密码
|
||||
Password string `gorm:"type:varchar(128)" json:"password"`
|
||||
}
|
||||
|
||||
type LoginM struct {
|
||||
UserName
|
||||
PassWord
|
||||
Username string `gorm:"type:varchar(64)" json:"username"`
|
||||
Password string `gorm:"type:varchar(128)" json:"password"`
|
||||
}
|
||||
|
||||
type SysUserId struct {
|
||||
|
||||
Reference in New Issue
Block a user