This commit is contained in:
PastSaid
2023-12-29 08:46:01 +08:00
parent ddb5043b65
commit 876ebdd603
23 changed files with 929 additions and 282 deletions

View File

@@ -80,14 +80,21 @@
<Compile Include="BarItemClickEventPlugIn.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="SQLServer\即时库存记录.sql" />
<Content Include="SQLServer\月度生产计划表-存储表.sql" />
<Content Include="SQLServer\月度生产计划表-查询.sql" />
<Content Include="SQLServer\月度生产计划表-预测单.sql" />
<Content Include="SQLServer\月度计划数据保存.sql" />
<Content Include="SQLServer\自动保存存储过程.sql" />
<Content Include="SQLServer\自定义函数.sql" />
<Content Include="SQLServer\计划生产订单入库数.sql" />
<Content Include="SQLServer\生产计划表1.0\即时库存记录.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\6.存储过程_物料即时库存表_insert.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\2.存储过程_生产计划_查询保存数据.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\5.存储过程_生产计划表_insert.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\4.存储过程_生产计划_查询.sql" />
<Content Include="SQLServer\生产计划表1.0\月度生产计划表-预测单.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\7.创建表_生产计划表.sql" />
<Content Include="SQLServer\生产计划表2.0\查询_生产计划数据.sql" />
<Content Include="SQLServer\生产计划表1.0\月度计划数据保存.sql" />
<Content Include="SQLServer\生产计划表2.0\查询_物料库存记录.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\1.创建表_物料库存记录表.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\3.存储过程_生产计划_查询即时数据.sql" />
<Content Include="SQLServer\生产计划表1.0\自动保存存储过程.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\自定义函数.sql" />
<Content Include="SQLServer\生产计划表1.0\计划生产订单入库数.sql" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Extensions\ExtensionMethods.csproj">
@@ -95,5 +102,6 @@
<Name>ExtensionMethods</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>