Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DataPermAll is the data permission of all data DataPermAll = 1 DataPermAllStr = "1" // DataPermCustomDept is the data permission of custom department data DataPermCustomDept = 2 DataPermCustomDeptStr = "2" // DataPermOwnDeptAndSub is the data permission of users's own department and sub departments data DataPermOwnDeptAndSub = 3 DataPermOwnDeptAndSubStr = "3" // DataPermOwnDept is the data permission of users's own department data DataPermOwnDept = 4 DataPermOwnDeptStr = "4" // DataPermSelf is the data permission of your own data DataPermSelf = 5 DataPermSelfStr = "5" )
View Source
const ( // TenantDefaultId is the default id of tenant TenantDefaultId uint64 = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.