|
@@ -270,9 +270,9 @@ type EdbClassifyItems struct {
|
|
|
SysUserRealName string `description:"创建人姓名"`
|
|
|
StartDate string
|
|
|
EdbCode string
|
|
|
- EdbType int `description:"指标类型:1:基础指标,2:计算指标"`
|
|
|
- Children []*EdbClassifyItems
|
|
|
- Button EdbClassifyItemsButton `description:"操作权限"`
|
|
|
+ EdbType int `description:"指标类型:1:基础指标,2:计算指标"`
|
|
|
+ Children []*EdbClassifyItems `gorm:"-"`
|
|
|
+ Button EdbClassifyItemsButton `description:"操作权限" gorm:"-"`
|
|
|
IsJoinPermission int `description:"是否加入权限管控,0:不加入;1:加入;默认:0"`
|
|
|
HaveOperaAuth bool `description:"是否有数据权限"`
|
|
|
SelectDisable bool `description:"是否可以被选中 前端用"`
|