fix
Helius
2022-07-11 9f091d8653a854c8fcd8164ded2acb3888e0e2c7
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")