|
@@ -62,7 +62,7 @@ type MyExcelInfoList struct {
|
|
|
HaveOperaAuth bool `description:"是否有数据权限"`
|
|
|
UpdateUserId int `description:"更新人id"`
|
|
|
UpdateUserRealName string `description:"更新人真实姓名"`
|
|
|
- Button ExcelInfoDetailButton `description:"操作权限"`
|
|
|
+ Button ExcelInfoDetailButton `description:"操作权限" gorm:"-"`
|
|
|
CanEdit bool `description:"是否可编辑"`
|
|
|
Editor string `description:"编辑人"`
|
|
|
}
|