| | |
| | | @TableField(value = "status") |
| | | @Dict(dicCode = "dnc_assign_stream_status") |
| | | private Integer status; |
| | | |
| | | /**指派设备专用-所属ID*/ |
| | | @TableField(value = "attribution_id") |
| | | private String attributionId; |
| | | |
| | | /**指派设备专用-所属type*/ |
| | | @TableField(value = "attribution_type") |
| | | private String attributionType; |
| | | @JsonIgnore |
| | | @TableField(value = "create_time", select = false, fill = FieldFill.INSERT) |
| | | private Date createTime; |
| | |
| | | @TableLogic |
| | | @TableField(value = "delete_flag", select = false) |
| | | private Integer deleteFlag = 0; |
| | | |
| | | /**指派设备专用-所属ID*/ |
| | | private transient String attributionId; |
| | | |
| | | /**指派设备专用-所属type*/ |
| | | private transient String attributionType; |
| | | } |