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
35
Wiki
Activity
Browse Source
回避规则增加回避类型
tags/24080901
WendyYang
1 year ago
parent
625e336371
commit
97b5268219
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pmapi/src/main/java/com/ningdatech/pmapi/meeting/entity/vo/AvoidInfoVO.java
+ 3
- 0
pmapi/src/main/java/com/ningdatech/pmapi/meeting/entity/vo/AvoidInfoVO.java
View File
@@ -18,6 +18,9 @@ import java.util.List;
@ApiModel("回避信息")
public class AvoidInfoVO {
@ApiModelProperty("回避类型:1 回避同单位、2 回避同条线、3 不回避")
private Integer avoidType;
@ApiModelProperty("回避单位")
private List<String> avoidUnitIds;
Write
Preview
Loading…
Cancel
Save