This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
taauav_app_discard_20240715
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
新增人员列表rules字段
master
牧羊人
4 years ago
parent
b325de0da6
commit
292c9056ed
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/main/java/com/taauav/front/vo/UserAdminListVo.java
+ 5
- 0
src/main/java/com/taauav/front/vo/UserAdminListVo.java
View File
@@ -33,6 +33,11 @@ public class UserAdminListVo {
*/
private String password;
/**
* 管理员拥有的规则id, 多个规则","隔开'
*/
private String rules;
/**
* 公司
*/
Write
Preview
Loading…
Cancel
Save