bug 55827

This commit is contained in:
yuezhihang
2022-06-21 14:58:03 +08:00
parent 4ddea28670
commit 427a51daa9
4 changed files with 213 additions and 2 deletions
@@ -36,6 +36,9 @@ public class WgCommittee extends BasePage {
@ApiModelProperty(value = "委员会主任")
private String committeeDirector;
@ApiModelProperty(value = "委员会副主任")
private String committeeDeputy;
@ApiModelProperty(value = "委员会秘书长")
private String committeeSecretary;
@@ -24,6 +24,12 @@ public class WgCommitteeDTO {
@ApiModelProperty(value = "委员会主任")
private String committeeDirector;
@ApiModelProperty(value = "委员会主任")
private String committeeDeputy;
@ApiModelProperty(value = "委员会主任名称")
private String committeeDeputyName;
@ApiModelProperty(value = "委员会主任")
private String committeeDirectorName;