From 83e33e2403bab4684efa78d206b8586bf3e2d8ad Mon Sep 17 00:00:00 2001 From: "simon.song" Date: Wed, 26 May 2021 10:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/cn/estsh/i3plus/pojo/mes/bean/MesDataMigrationCfg.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesDataMigrationCfg.java b/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesDataMigrationCfg.java index 9caec9d..b53e492 100644 --- a/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesDataMigrationCfg.java +++ b/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesDataMigrationCfg.java @@ -66,7 +66,7 @@ public class MesDataMigrationCfg extends BaseBean implements Serializable { //枚举:CommonEnumUtil.DATA_SOURCE_TYPE @Column(name = "DATASOURCE_TYPE") @ApiParam(value = "数据源类型") - private Integer dataSourceType; + private String dataSourceType; @Column(name = "LAST_EXECUTION_TIME") @ApiParam("末次迁移时间")