Merge remote-tracking branch 'hsayi/dev/feat/partner1.6_20231226' into dev/feat/partner1.6_20231226

This commit is contained in:
苏竹红
2024-01-05 17:20:48 +08:00
7 changed files with 28 additions and 18 deletions

View File

@@ -26,4 +26,7 @@ public class PartnerExhibitionInfoVO {
@ApiModelProperty(value = "展会地点", example = "维也纳大酒店")
private String exhibitionPosition;
@ApiModelProperty("线索是否填写了意向申请")
private Boolean whetherIntentionApply;
}