Browse Source

核心业务 增加主管单位的

master
PoffyZhang 10 months ago
parent
commit
8696228621
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pmapi/src/main/java/com/ningdatech/pmapi/projectlib/model/dto/ProjectDTO.java

+ 3
- 0
pmapi/src/main/java/com/ningdatech/pmapi/projectlib/model/dto/ProjectDTO.java View File

@@ -358,4 +358,7 @@ public class ProjectDTO implements Serializable {

@ApiModelProperty("内容类别")
private String baseConstructionType;

@ApiModelProperty("咨询公司")
private String consultancy;
}

Loading…
Cancel
Save