This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_freeway_move_20240701
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
修改顶部部门获取全部公路列表代码
tags/v1.0.0^2
wanjing
1 year ago
parent
0cdaaa0f04
commit
38435898fc
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/constant/SystemConstant.java
+ 1
- 1
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/constant/SystemConstant.java
View File
/**
/**
* 顶级部门pid,默认为0
* 顶级部门pid,默认为0
*/
*/
Integer ROOT_DEPT_PID = 0
;
String ROOT_DEPT_PID = "0"
;
}
}
Write
Preview
Loading…
Cancel
Save