修复Json数据出错的问题

This commit is contained in:
2025-12-04 10:00:52 +08:00
parent a9f8779273
commit 32fc5d0e20
10 changed files with 42 additions and 22 deletions

View File

@@ -88,9 +88,18 @@
<Reference Include="Kingdee.K3.BD.BarCode.App.Core">
<HintPath>..\Library\Kingdee.K3.BD.BarCode.App.Core.dll</HintPath>
</Reference>
<Reference Include="Kingdee.K3.BD.BarCode.App.ServicePlugIn">
<HintPath>..\Library\Kingdee.K3.BD.BarCode.App.ServicePlugIn.dll</HintPath>
</Reference>
<Reference Include="Kingdee.K3.BD.BarCode.Business.DynamicForm">
<HintPath>..\Library\Kingdee.K3.BD.BarCode.Business.DynamicForm.dll</HintPath>
</Reference>
<Reference Include="Kingdee.K3.BD.BarCode.Business.PlugIn">
<HintPath>..\Library\Kingdee.K3.BD.BarCode.Business.PlugIn.dll</HintPath>
</Reference>
<Reference Include="Kingdee.K3.BD.BarCode.Contracts">
<HintPath>..\Library\Kingdee.K3.BD.BarCode.Contracts.dll</HintPath>
</Reference>
<Reference Include="Kingdee.K3.BD.BarCode.Core">
<HintPath>..\Library\Kingdee.K3.BD.BarCode.Core.dll</HintPath>
</Reference>
@@ -181,6 +190,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Bill\BAR_BarCodePrint\FormPlugIn\BarCodePrintEditRewrite.cs" />
<Compile Include="Bill\BAR_BarCodePrint\FormPlugIn\FileName.cs" />
<Compile Include="Bill\BAR_Record\ServicePlugIn\Save.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>