heheng
3 天以前 f33cfe86447c16df8ca665e2e1a5f3333ff57792
expert-system/src/main/java/com/gkhy/system/domain/ProjectManagement.java
@@ -148,6 +148,9 @@
    @ApiModelProperty(value = "专家名称组长")
    private String expertName;
    @ApiModelProperty(value = "1、内部专家2、外部专家")
    private Long expertType;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ApiModelProperty(value = "项目结束日期")
    private Date projectEndTime;
@@ -378,4 +381,12 @@
    public void setDeptIds(List<Long> deptIds) {
        this.deptIds = deptIds;
    }
    public Long getExpertType() {
        return expertType;
    }
    public void setExpertType(Long expertType) {
        this.expertType = expertType;
    }
}