Browse Source

需求单No.137216

master
robin 8 years ago
parent
commit
a980257ab7
2 changed files with 8 additions and 3 deletions
  1. +4
    -0
      BWP.B3_YunKen.Web/BWP.B3_YunKen.Web.csproj
  2. +4
    -3
      BWP.B3_YunKen.Web/PluginClass.cs

+ 4
- 0
BWP.B3_YunKen.Web/BWP.B3_YunKen.Web.csproj View File

@ -52,6 +52,10 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="B3Sale, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3a973053c7ebf11c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\tsref\Debug\B3Sale.dll</HintPath>
</Reference>
<Reference Include="Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" />
<Reference Include="Forks.Utils, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6911f69af04f1ecb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>


+ 4
- 3
BWP.B3_YunKen.Web/PluginClass.cs View File

@ -1,12 +1,13 @@
using TSingSoft.WebPluginFramework;
using BWP.B3Sale;
using TSingSoft.WebPluginFramework;
namespace BWP.B3_YunKen.Web
{
public class PluginClass : IPluginClass
{
public void OnInit()
{
public void OnInit() {
GlobalFlags.On(B3SaleConsts.Flags.EnableStandardGoods);
}
public void OnUnitInit()


Loading…
Cancel
Save