| | |
| | | public String day; |
| | | @TableField("dept_id") |
| | | public Long deptId; |
| | | /** 考核标签(省厅/市局) */ |
| | | /** 考核标签(省厅/市局/公安部) */ |
| | | @TableField("examine_tag") |
| | | public Short examineTag; |
| | | @TableField("create_time") |
| | | public Date createTime; |
| | | @TableField("publish") |
| | | public String publish; |
| | | |
| | | @Excel(name = "日期") |
| | | @TableField(exist = false) |
| | |
| | | @TableField(exist = false) |
| | | public List<Integer> deptIds; |
| | | @TableField(exist = false) |
| | | public Integer examineTagQuery; |
| | | public Boolean provinceTag; |
| | | @TableField(exist = false) |
| | | public Boolean deptTag; |
| | | |
| | | @TableField(exist = false) |
| | | public List<Integer> examineCategories; |
| | | /** 请求参数 */ |