bug 55827
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user