fix
Helius
2022-07-09 c88f6b85fd2598dc69de2626dfb33217fe6cb988
src/main/java/com/xcong/farmer/cms/modules/system/dto/AdminAddMessageDto.java
@@ -19,11 +19,11 @@
    private String contactValue;
    @ApiModelProperty(value = "留言标题")
    @NotNull(message = "请输入留言标题")
//    @NotNull(message = "请输入留言标题")
    private String title;
    @ApiModelProperty(value = "留言描述")
    @NotNull(message = "请输入留言描述")
//    @NotNull(message = "请输入留言描述")
    private String remark;
    @ApiModelProperty(value = "备注1")