From 61f4c41216fac1ac2a73ca2dcf71f552a6e1c87b Mon Sep 17 00:00:00 2001 From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com> Date: Fri, 17 May 2024 15:57:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ThirdPlugIns/Shentun.Peis.PlugIns.Gem/LisRequestPlugInsGem.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/LisRequestPlugInsGem.cs b/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/LisRequestPlugInsGem.cs index 8a66c01..dc47412 100644 --- a/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/LisRequestPlugInsGem.cs +++ b/ThirdPlugIns/Shentun.Peis.PlugIns.Gem/LisRequestPlugInsGem.cs @@ -12,6 +12,10 @@ namespace Shentun.Peis.PlugIns.Gem { public class LisRequestPlugInsGem : LisRequestPlugInsBase { + public LisRequestPlugInsGem(Guid thirdInterfaceId) : base(thirdInterfaceId) + { + + } public LisRequestPlugInsGem(string parmValue) : base(parmValue) { }