mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-23 16:03:07 +08:00
Standardization
This commit is contained in:
@@ -29,3 +29,7 @@ type PermissionPo struct {
|
||||
Write bool `gorm:"column:write;NOT NULL" json:"write"`
|
||||
Log bool `gorm:"column:log;NOT NULL" json:"log"`
|
||||
}
|
||||
|
||||
type GetPermissionListReq struct {
|
||||
Account string `form:"account"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user