designSingle 取消颜色限制
This commit is contained in:
@@ -32,7 +32,6 @@ public class DesignSingleItemDTO implements Serializable {
|
||||
@ApiModelProperty("对应的图片的minIO路径")
|
||||
private String path;
|
||||
|
||||
@NotBlank(message = "color.cannot.be.empty")
|
||||
@ApiModelProperty("颜色 存 RGB值 中间空格分隔 比如 \"58 58 169\"")
|
||||
private String color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user