字段新增

This commit is contained in:
苏竹红
2024-01-15 15:09:13 +08:00
parent 8b5c640b5a
commit 33462d399a
9 changed files with 22 additions and 11 deletions

View File

@@ -18,4 +18,6 @@ public class EnterInterviewVO {
@ApiModelProperty("加盟商姓名")
private String partnerName;
private Long interviewPlanId;
}

View File

@@ -24,4 +24,6 @@ public class ExhibitionDetailVO extends ExhibitionVO{
private String exhibitionCode;
private Integer signUpCount;
}