Commit 37193d63 authored by wangxl's avatar wangxl

1

parent 27045d6c
......@@ -157,6 +157,9 @@ public class ComProjectAuditDTO extends BaseDTO {
/** 申报人身份证号 */
@ApiModelProperty(value = "申报人身份证号", position = 41)
private String certId;
/** 年龄 */
@ApiModelProperty(value = "年龄", position = 41)
private Integer age;
/** 申报人id */
@ApiModelProperty(value = "申报人id", position = 41)
private String appPersonId;
......@@ -234,6 +237,9 @@ public class ComProjectAuditDTO extends BaseDTO {
/** 申请科技经费(万元) */
@ApiModelProperty(value = "申请科技经费(万元)", position = 40)
private BigDecimal govFunding;
/** 自筹资金(万元) */
@ApiModelProperty(value = "自筹资金(万元)", position = 40)
private BigDecimal selfFunding;
/** 项目分配信息 */
List<ComProjectAssignDTO> assignList;
/** 批量审核Id */
......
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