Commit a8f6e57b authored by liqin's avatar liqin 💬

bug fixed

parent 1e8be6ec
......@@ -36,7 +36,7 @@ public class ExhibitionBoard implements Serializable {
@ApiModelProperty("展板内容ID")
@TableId(value = "id", type = IdType.ASSIGN_ID)
@NotNull(message = "展板内容IDID不能为空", groups = {Update.class})
@NotNull(message = "展板内容ID不能为空", groups = {Update.class})
private String id;
@ApiModelProperty("展板分类名称")
......@@ -126,6 +126,7 @@ public class ExhibitionBoard implements Serializable {
@ApiModelProperty("参考资料URL列表")
@TableField(exist = false)
@NotNull(message = "参考资料URL列表不能为空", groups = {Add.class})
private List<String> materialUrlList;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment