Browse Source

插件

bjmzak
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
61f4c41216
  1. 4
      ThirdPlugIns/Shentun.Peis.PlugIns.Gem/LisRequestPlugInsGem.cs

4
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)
{
}

Loading…
Cancel
Save