This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
28
Wiki
Activity
Browse Source
组织综合列表筛选(改)
master
niohe·erbao
1 year ago
parent
e9bf404e87
commit
1721129978
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pmapi/src/main/java/com/ningdatech/pmapi/organization/model/po/ReqSynthesizePO.java
+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/organization/model/po/ReqSynthesizePO.java
View File
@@ -19,5 +19,5 @@ public class ReqSynthesizePO {
private String parentCode;
@ApiModelProperty("是否需要组织成员列表")
private Boolean needMember;
private Boolean needMember
= false
;
}
Write
Preview
Loading…
Cancel
Save