From 810dee801e123927791c76647a41fa4ed2d5133a Mon Sep 17 00:00:00 2001 From: zhangxin Date: Thu, 15 Jul 2021 10:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8E=89=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/common.go | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/common/common.go b/common/common.go index ab7c238..f5aa9cb 100644 --- a/common/common.go +++ b/common/common.go @@ -1,10 +1,5 @@ -/****************************************************************************** - * @Function Name : - *----------------------------------------------------------------------------- - * @Description : - * @Function Parameters: - * @Return Value : - * @Author : Zhang Xin - * @Date : 2021/3/3 11:02 - ******************************************************************************/ - package common \ No newline at end of file +package common + +import dal "LAPP_ETL/dao/etl" + +var CheckServiceDao dal.ETCDServiceClientDAO