@@ -92,6 +92,9 @@ public class ProjectInvestPlanVO{
@Schema(description = "联系人")
private String linkman;
+ @Schema(description = "联系电话")
+ private String phone;
+
@Schema(description = "是否可以填写0否1是")
private Integer isCanFill;