Commit cf27ed15 authored by 徐俊's avatar 徐俊

xujun

parent 4974be80
......@@ -72,5 +72,7 @@ public class ComProjectAssign extends BaseEntity {
/** 是否支持立项(0 不支持 1 支持) */
@ApiModelProperty(value = "审核状态(0 不支持 1 支持)", position = 11)
private Integer supportState;
/** 评审类别(A通过(80分及以上)、B返回修改(60分及以上)、C不通过(60分以下)) */
@ApiModelProperty(value = "评审类别", position = 11)
private Integer evaluationType;
}
......@@ -75,6 +75,9 @@ public class ComProjectAssignDTO extends BaseDTO {
/** 是否支持立项(0 不支持 1 支持) */
@ApiModelProperty(value = "审核状态(0 不支持 1 支持)", position = 11)
private Integer supportState;
/** 评审类别(A通过(80分及以上)、B返回修改(60分及以上)、C不通过(60分以下)) */
@ApiModelProperty(value = "评审类别", position = 11)
private Integer evaluationType;
/** 项目总经费(万元) */
@ApiModelProperty(value = "项目总经费(万元)", position = 39)
......
......@@ -76,6 +76,9 @@ public class ComProjectAssignQueryVO extends PaginationVO {
/** 是否支持立项(0 不支持 1 支持) */
@ApiModelProperty(value = "审核状态(0 不支持 1 支持)", position = 11)
private Integer supportState;
/** 评审类别(A通过(80分及以上)、B返回修改(60分及以上)、C不通过(60分以下)) */
@ApiModelProperty(value = "评审类别", position = 11)
private Integer evaluationType;
/** 证件号 */
@ExcelProperty("证件号")
......
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