|
@@ -20,9 +20,11 @@ public class RoadshowAddModel {
|
|
|
@NotNull
|
|
@NotNull
|
|
|
@FieldDescriber(descripton = "融资金额")
|
|
@FieldDescriber(descripton = "融资金额")
|
|
|
private BigDecimal financingAmount;
|
|
private BigDecimal financingAmount;
|
|
|
-
|
|
|
|
|
|
|
+ @NotEmpty()
|
|
|
|
|
+ @FieldDescriber(descripton = "项目阶段")
|
|
|
private String projectPhase;
|
|
private String projectPhase;
|
|
|
-
|
|
|
|
|
|
|
+ @NotEmpty()
|
|
|
|
|
+ @FieldDescriber(descripton = "行业领域")
|
|
|
private String tradeField;
|
|
private String tradeField;
|
|
|
@NotEmpty()
|
|
@NotEmpty()
|
|
|
@FieldDescriber(descripton = "标签")
|
|
@FieldDescriber(descripton = "标签")
|