|
@@ -19,7 +19,7 @@ type JyapiGroup struct {
|
|
|
Name string `orm:"name" json:"name"` // 名称
|
|
|
Pid int `orm:"pid" json:"pid"` // 父级
|
|
|
Path string `orm:"path" json:"path"` // 分组路径
|
|
|
- Group int `orm:"group" json:"group"` // 类型
|
|
|
+ Igroup int `orm:"igroup" json:"igroup"` // 类型 1接口 2函数
|
|
|
CreatedAt *gtime.Time `orm:"created_at" json:"createdAt"` // 创建时间
|
|
|
UpdatedAt *gtime.Time `orm:"updated_at" json:"updatedAt"` // 更新时间
|
|
|
DeletedAt *gtime.Time `orm:"deleted_at" json:"deletedAt"` // 删除时间
|