package
Version:
v1.0.9
Opens a new window with list of versions in this module.
Published: Jul 31, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DB_BLOG_ADMIN struct {
models.Model
UserName string `gorm:"unique;not null" json:"user_name"`
PassWd string `json:"passwd"`
Date string `json:"date"`
}
DB_BLOG_ADMIN 用户管理员表模型
暂时使用明文方式存储密码
Source Files
¶
Click to show internal directories.
Click to hide internal directories.