This commit is contained in:
PastSaid
2024-04-10 10:39:04 +08:00
parent 9a7bf9b67e
commit b2419eec9c
119 changed files with 23402 additions and 350 deletions

View File

@@ -22,13 +22,18 @@
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="PRD_MORPT\OperationEventPlugInEx.py" />
<Compile Include="SAL_SaleOrder\OperationEventPlugInEx.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="PRD_MORPT\" />
<Folder Include="PRD_MORPT\SQLServer\" />
<Folder Include="SAL_SaleOrder\" />
<Folder Include="SAL_SaleOrder\sql\" />
</ItemGroup>
<ItemGroup>
<Content Include="PRD_MORPT\SQLServer\实际工时归集关联查询.sql" />
<Content Include="PRD_MORPT\SQLServer\长园客户与开票单位数据置换.sql" />
<Content Include="SAL_SaleOrder\sql\销售订单保存时更新关联订单信息.sql" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />