| | |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonInclude; |
| | | import com.gkhy.assess.common.domain.BaseEntity; |
| | | import com.gkhy.assess.system.domain.vo.PersonRecognitionVO; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Getter; |
| | |
| | | @ApiModelProperty("要件数量") |
| | | @TableField(exist = false) |
| | | private Integer materialCnt; |
| | | |
| | | @ApiModelProperty("归档确认总人数和已确认人数") |
| | | @TableField(exist = false) |
| | | private PersonRecognitionVO personRecognition; |
| | | |
| | | @ApiModelProperty("机构名称") |
| | | @TableField(exist = false) |
| | | private String agencyName; |
| | | } |