更新数据同步
This commit is contained in:
@@ -87,12 +87,36 @@ public class BizDbConfig implements Serializable {
|
||||
/**
|
||||
* schema名称
|
||||
*/
|
||||
@TableField("schema_name")
|
||||
private String schemaName;
|
||||
@TableField("db_schema_name")
|
||||
private String dbSchemaName;
|
||||
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
@TableField("update_time")
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
/**
|
||||
* 租户id
|
||||
*/
|
||||
@TableField("f_tenant_id")
|
||||
private String fTenantId;
|
||||
|
||||
/**
|
||||
* 流程id
|
||||
*/
|
||||
@TableField("f_flow_id")
|
||||
private String fFlowId;
|
||||
|
||||
/**
|
||||
* 流程任务主键
|
||||
*/
|
||||
@TableField("f_flow_task_id")
|
||||
private String fFlowTaskId;
|
||||
|
||||
/**
|
||||
* 流程任务状态
|
||||
*/
|
||||
@TableField("f_flow_state")
|
||||
private Integer fFlowState;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user