This website works better with JavaScript.
Home
Explore
Help
Sign In
zhimeng
/
model
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
2
master
dengbiao
1 week ago
parent
09a776d299
commit
f6f1288fc5
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/super/dao/user_open_permission_dao.go
+ 4
- 0
src/super/dao/user_open_permission_dao.go
View File
@@ -10,3 +10,7 @@ type GetUserOpenPermissionResp struct {
model.UserOpenPermission `xorm:"extends"`
model.Permission `xorm:"extends"`
}
func (GetUserOpenPermissionResp) TableName() string {
return "user_open_permission"
}
Write
Preview
Loading…
Cancel
Save