数据迁移功能优化,支持多数据源

yun-zuoyi
simon.song 4 years ago
parent 3c4c271c64
commit 05f805f227

@ -63,6 +63,11 @@ public class MesDataMigrationCfg extends BaseBean implements Serializable {
@ApiParam(value = "是否物理删除", example = "0")
private Integer isPhysicalDelete;
//枚举CommonEnumUtil.DATA_SOURCE_TYPE
@Column(name = "IS_PHYSICAL_DELETE")
@ApiParam(value = "数据源类型")
private Integer dataSourceType;
@Column(name = "LAST_EXECUTION_TIME")
@ApiParam("末次迁移时间")
private String lastExecutionTime;

Loading…
Cancel
Save