“linengliang”
2023-11-22 ce5f5d0a9d3ca3304f5e473e2f70ddfbea163f99
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/StreamOperation.java
@@ -38,6 +38,7 @@
   /**操作*/
   @Excel(name = "操作", width = 15)
    @ApiModelProperty(value = "操作")
    @Dict(dicCode = "stream_operation")
    private java.lang.String operation;
   /**上一步操作ID*/
   @Excel(name = "上一步操作ID", width = 15)
@@ -46,17 +47,19 @@
   /**操作人*/
   @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 = "操作人意见")