|
|
@ -11,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty; |
|
|
|
@ApiModel(value = "Project_Management对象", description = "项目管理对象Project_Management") |
|
|
|
@ApiModel(value = "Project_Management对象", description = "项目管理对象Project_Management") |
|
|
|
public class Project_Management { |
|
|
|
public class Project_Management { |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(hidden = true) |
|
|
|
@ApiModelProperty(value = "项目主键ID,编辑项目需要传,新增项目不需要传", name = "projectId", example = "223") |
|
|
|
private Integer projectId;// 项目主键ID
|
|
|
|
private Integer projectId;// 项目主键ID
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "项目名称", name = "projectName", example = "python教学项目", required = true) |
|
|
|
@ApiModelProperty(value = "项目名称", name = "projectName", example = "python教学项目", required = true) |
|
|
|