增加多租户隔离初版
This commit is contained in:
@ -22,6 +22,7 @@ type Asset struct {
|
||||
Active bool `json:"active"`
|
||||
Created utils.JsonTime `json:"created"`
|
||||
Tags string `json:"tags"`
|
||||
Creator string `json:"creator"`
|
||||
}
|
||||
|
||||
func (r *Asset) TableName() string {
|
||||
|
Reference in New Issue
Block a user