mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-11-02 20:24:02 +08:00
update
This commit is contained in:
@@ -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