|
@@ -34,6 +34,11 @@ public class MilestoneInsertReq {
|
|
|
@NotEmpty(message = "名称不能为空")
|
|
|
private String name;
|
|
|
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "内容")
|
|
|
+ @NotEmpty(message = "内容不能为空")
|
|
|
+ private String content;
|
|
|
+
|
|
|
@ApiModelProperty(value = "项目id")
|
|
|
@NotNull(message = "项目id不能为空")
|
|
|
private Integer projectId;
|