| | |
| | | * 视图实体类 |
| | | * |
| | | * @author BladeX |
| | | * @since 2021-07-06 |
| | | * @since 2021-07-07 |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = true) |
| | | @ApiModel(value = "InformationVO对象", description = "InformationVO对象") |
| | | public class InformationVO extends Information { |
| | | private static final long serialVersionUID = 1L; |
| | | private String znum; |
| | | private String cnum; |
| | | private String pnum; |
| | | private String deptName; |
| | | |
| | | /** |
| | | * 辖区名称 |
| | | */ |
| | | private String jurisdictionName; |
| | | |
| | | /** |
| | | * 明细 |
| | | */ |
| | | private String detail; |
| | | |
| | | /** |
| | | * 派遣单位名称 |
| | | */ |
| | | private String dispatchUnitName; |
| | | |
| | | |
| | | /** |
| | | * 占比 |
| | | */ |
| | | private Integer proportion; |
| | | |
| | | private Integer knum; |
| | | } |