|
|
@@ -70,6 +70,9 @@ public class ProjectCollectionSaveDTO implements Serializable { |
|
|
|
@ApiModelProperty("项目类型 1:建设 2:运维") |
|
|
|
private Integer projectType; |
|
|
|
|
|
|
|
@ApiModelProperty("建设类型 1软件,2硬件,3服务") |
|
|
|
private Integer constructionType; |
|
|
|
|
|
|
|
@ApiModelProperty("是否首次新建 0:否 1:是") |
|
|
|
private Integer isFirst; |
|
|
|
|
|
|
|