Commit 1faa5c92 by 段启岩

去掉项目类型

parent 12018294
......@@ -51,9 +51,6 @@ public class Project implements Serializable {
@ApiModelProperty(value = "项目文档链接")
private String docLink;
@ApiModelProperty(value = "项目类型")
private String projectType;
@ApiModelProperty(value = "协议")
private String license;
......
......@@ -34,9 +34,6 @@ public class ProjectForm {
@ApiModelProperty(value = "项目文档链接")
private String docLink;
@ApiModelProperty(value = "项目类型")
private String projectType;
@ApiModelProperty(value = "协议")
private String license;
......
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