| | |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <Nullable>enable</Nullable> |
| | | <Description>新增堆垛机封装</Description> |
| | | <Version>2.0.0</Version> |
| | | <Description> |
| | | 大版本更新,数据库字段修改 |
| | | 1、原Dt_DispatchInfo表、Dt_DeviceInfo表的左外连接是通过对应表的JobGroup、DeviceType列去关联左外连接。 |
| | | 由于2.1.0版本更新,会导致有一定的问题。 |
| | | 在Dt_DeviceInfo表中添加DispatchId可空列,用来配置对应Dt_DispatchInfo中的数据。 |
| | | 更新时请注意,如需更新,请及时更新数据库结构和数据。 |
| | | </Description> |
| | | <Version>3.0.0</Version> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <PackageReference Include="Quartz" Version="3.11.0" /> |
| | | <PackageReference Include="Quartz" Version="3.13.1" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |