mg
2022-10-12 3f9ebf19e687c33287b0eaec64d4564a212f57db
ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java
@@ -29,21 +29,21 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    private Long id;
    /**
     * 案件id
     */
    @TableField("base_case_id")
    @ApiModelProperty(value = "案件id")
    private Integer baseCaseId;
    private Long baseCaseId;
    /**
     * 处置流程环节配置Id
     */
    @TableField("workflow_config_step_id")
    @ApiModelProperty(value = "处置流程环节配置Id")
    private Integer workflowConfigStepId;
    private Long workflowConfigStepId;
    /**
     * 环节名称
@@ -92,7 +92,7 @@
     */
    @TableField("create_user")
    @ApiModelProperty(value = "创建人")
    private Integer createUser;
    private Long createUser;
    /**
     * 创建时间