|
@@ -75,7 +75,7 @@ type VarietyEdbInfoItem struct {
|
|
Source int `description:"来源,1:影响周度产量;2:周度产量变动;3:影响月度产量;4:月度产量变动" json:"-"`
|
|
Source int `description:"来源,1:影响周度产量;2:周度产量变动;3:影响月度产量;4:月度产量变动" json:"-"`
|
|
ModifyTime string `description:"最近一次更新时间"`
|
|
ModifyTime string `description:"最近一次更新时间"`
|
|
CreateTime string `description:"添加时间"`
|
|
CreateTime string `description:"添加时间"`
|
|
- Button VarietyEdbInfoButton `description:"操作按钮权限"`
|
|
|
|
|
|
+ Button VarietyEdbInfoButton `description:"操作按钮权限" gorm:"-"`
|
|
}
|
|
}
|
|
|
|
|
|
type VarietyEdbInfoButton struct {
|
|
type VarietyEdbInfoButton struct {
|