Commit 5c55bf76 authored by 徐俊's avatar 徐俊

xujun

parent f78605e2
......@@ -72,4 +72,5 @@ public class ComProjectAssign extends BaseEntity {
/** 是否支持立项(0 不支持 1 支持) */
@ApiModelProperty(value = "审核状态(0 不支持 1 支持)", position = 11)
private Integer supportState;
}
......@@ -76,6 +76,7 @@ public class ComProjectAssignDTO extends BaseDTO {
@ApiModelProperty(value = "审核状态(0 不支持 1 支持)", position = 11)
private Integer supportState;
/** 评审状态 */
private String stateName;
/** 证件号 */
......
......@@ -77,6 +77,7 @@ public class ComProjectAssignQueryVO extends PaginationVO {
@ApiModelProperty(value = "审核状态(0 不支持 1 支持)", position = 11)
private Integer supportState;
/** 证件号 */
@ExcelProperty("证件号")
@ApiModelProperty(value = "证件号", position = 1)
......
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