From be0c2a34601510d0c1d6b3b14ca3a10db803ec97 Mon Sep 17 00:00:00 2001 From: huanghai <10402852@qq.com> Date: Wed, 8 Jul 2020 11:14:56 +0800 Subject: [PATCH] 'commit' --- dsBaseRpc/Const/DefaultConst/DefaultConst.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 dsBaseRpc/Const/DefaultConst/DefaultConst.go diff --git a/dsBaseRpc/Const/DefaultConst/DefaultConst.go b/dsBaseRpc/Const/DefaultConst/DefaultConst.go deleted file mode 100644 index f85715e2..00000000 --- a/dsBaseRpc/Const/DefaultConst/DefaultConst.go +++ /dev/null @@ -1,7 +0,0 @@ -package DefaultConst - -var ( - IdentityId = "-1" - PersonId = "-1" - DeviceId = "-1" -)