| | |
| | | /**操作*/ |
| | | @Excel(name = "操作", width = 15) |
| | | @ApiModelProperty(value = "操作") |
| | | @Dict(dicCode = "stream_operation") |
| | | private java.lang.String operation; |
| | | /**上一步操作ID*/ |
| | | @Excel(name = "上一步操作ID", width = 15) |
| | |
| | | /**操作人*/ |
| | | @Excel(name = "操作人", width = 15) |
| | | @ApiModelProperty(value = "操作人") |
| | | @Dict(dicCode = "id",dicText = "realname",dictTable = "sys_user") |
| | | private java.lang.String userId; |
| | | /**流ID*/ |
| | | @ApiModelProperty(value = "流ID") |
| | | private java.lang.String streamId; |
| | | /**操作时间*/ |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @DateTimeFormat(pattern="yyyy-MM-dd") |
| | | @ApiModelProperty(value = "操作时间") |
| | | private java.util.Date createTime; |
| | | /**操作节点*/ |
| | | @ApiModelProperty(value = "操作节点") |
| | | @Dict(dicCode = "stream_node") |
| | | private String operationNode; |
| | | /**操作人意见*/ |
| | | @ApiModelProperty(value = "操作人意见") |