| | |
| | | */ |
| | | private Integer fromType; |
| | | /** |
| | | * 事件来源机构或网格员 列: from |
| | | * 事件来源机构或网格员 列: from_id |
| | | */ |
| | | private Long from; |
| | | private Long fromId; |
| | | /** |
| | | * 转交办理人路径名称 列: from_name |
| | | */ |
| | |
| | | */ |
| | | private Integer toType; |
| | | /** |
| | | * 事件下游机构或网格员 列: to |
| | | * 事件下游机构或网格员 列: to_id |
| | | */ |
| | | private Long to; |
| | | private Long toId; |
| | | /** |
| | | * 需要办理人路径名称 列: to_name |
| | | */ |
| | |
| | | */ |
| | | private Date processDate; |
| | | /** |
| | | * 处理人或社区 列: process_by |
| | | */ |
| | | private Long processBy; |
| | | /** |
| | | * 处理人名或社区名 列: process_by_name |
| | | */ |
| | | private String processByName; |
| | | /** |
| | | * 业务处理类型 列: process_type |
| | | */ |
| | | private Integer processType; |
| | | /** |
| | | * 创建时间 列: create_at |
| | | */ |
| | | @TableField(fill = FieldFill.INSERT) |