Commit 19e4d50f by 胡明森

完善创建标签

parent 7e4ec1a9
......@@ -5,6 +5,7 @@ import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
/**
* @author 胡明森
......@@ -19,6 +20,7 @@ public class CreateTagForm {
private String tagName;
@ApiModelProperty("标签类型")
@NotNull
private Integer tagType;
}
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