Commit 41eb0b8c authored by 盖献康's avatar 盖献康

修改文字

parent f6dcc69c
......@@ -16,7 +16,7 @@ import javax.validation.constraints.NotNull;
public class UserPhotoStorageCreateRequest {
/** 图片路径(以逗号分隔) */
@ApiModelProperty("图片路径(以逗号分隔)")
@ApiModelProperty("图片路径")
@NotEmpty(message = "图片路径不能为空")
@NotNull(message = "图片路径不能为空")
private String path;
......
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