@ -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;