From a6fdb757e07aab96d09d353c03f0de4f61aab307 Mon Sep 17 00:00:00 2001 From: inrgihc Date: Wed, 2 Jun 2021 13:47:23 +0800 Subject: [PATCH] =?UTF-8?q?!50=20BUG=E4=BF=AE=E5=A4=8D=E4=B8=8E=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20*=20Merge=20branch=20'master'=20of=20gitee.com:inrg?= =?UTF-8?q?ihc/dbswitch=20into=20dev=20*=20=E4=BF=AE=E5=A4=8D=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E7=9B=AE=E6=A0=87=E4=B8=BAMySQL=E5=8F=98=E5=8C=96?= =?UTF-8?q?=E9=87=8F=E5=90=8C=E6=AD=A5=E7=9A=84BUG=20*=20=E5=B0=8F?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E5=A2=9E=E5=8A=A0=20*=20=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B0=8F=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=20*=20=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96=E4=B8=8E=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8B=BC=E5=86=99=E4=BF=AE=E6=AD=A3=20*=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=B8=A6=E6=98=9F=E5=8F=B7=E7=9A=84=E6=AD=A3=E5=88=99?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E6=96=B9=E5=BC=8F=E9=85=8D=E7=BD=AE=E8=A1=A8?= =?UTF-8?q?=20*=20=E4=BF=AE=E5=A4=8D:issues=20I3CNYM=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/gitee/dbswitch/core/model/ColumnMetaData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbswitch-core/src/main/java/com/gitee/dbswitch/core/model/ColumnMetaData.java b/dbswitch-core/src/main/java/com/gitee/dbswitch/core/model/ColumnMetaData.java index acacc763..ab523d0a 100644 --- a/dbswitch-core/src/main/java/com/gitee/dbswitch/core/model/ColumnMetaData.java +++ b/dbswitch-core/src/main/java/com/gitee/dbswitch/core/model/ColumnMetaData.java @@ -4,7 +4,7 @@ // Use of this source code is governed by a BSD-style license // // Author: tang (inrgihc@126.com) -// Data : 2020/1/2 +// Date : 2020/1/2 // Location: beijing , china ///////////////////////////////////////////////////////////// package com.gitee.dbswitch.core.model;