增加数据源类型字段

yun-zuoyi
Dominic_Xiao 4 years ago
parent 64d9eef5fc
commit 28d512021e

@ -64,7 +64,7 @@ public class MesDataMigrationCfg extends BaseBean implements Serializable {
private Integer isPhysicalDelete;
//枚举CommonEnumUtil.DATA_SOURCE_TYPE
@Column(name = "IS_PHYSICAL_DELETE")
@Column(name = "DATASOURCE_TYPE")
@ApiParam(value = "数据源类型")
private Integer dataSourceType;

Loading…
Cancel
Save