This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wanghongzhi
/
easydo-chengfa
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
approve
wanghongzhi
1 year ago
parent
8178b2c76d
commit
ffc944b9b0
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
easydo-system/src/main/java/easydo/technology/system/domain/SysDept.java
+ 2
- 0
easydo-system/src/main/java/easydo/technology/system/domain/SysDept.java
View File
@@ -144,4 +144,6 @@ public class SysDept {
private String code;
+
+ private String deptType;
}