mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-30 10:56:59 +08:00
update
This commit is contained in:
@@ -22,7 +22,7 @@ func (*Process) TableName() string {
|
||||
}
|
||||
|
||||
type ProcessShare struct {
|
||||
Minute int `json:"minute"`
|
||||
Pid int `json:"pid"`
|
||||
Write bool `json:"write"`
|
||||
Minutes int `json:"minutes"`
|
||||
Pid int `json:"pid"`
|
||||
Write bool `json:"write"`
|
||||
}
|
||||
|
||||
@@ -9,5 +9,6 @@ type WsShare struct {
|
||||
Pid int `gorm:"column:pid" json:"pid"`
|
||||
Write bool `gorm:"column:write" json:"write"`
|
||||
ExpireTime time.Time `gorm:"column:expire_time" json:"expireTime"`
|
||||
CreateBy string `gorm:"column:create_by" json:"createBy"`
|
||||
Token string `gorm:"column:token" json:"token"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user