更新数据库连接及相关配置
- 修改 `appsettings.json` 中的数据库连接字符串,指向新的数据库实例。
- 在 `Dt_BillGroupStock.jsx` 中新增 `materielCode` 字段的格式化处理。
- 在 `Dt_BillGroupStock.vue` 中添加 `物料编码` 列,并调整 `库存类型` 列的宽度。
- 在 `StockInfoService.cs` 中增加对 `materielCode` 的搜索条件。
- 修改 `Dt_TaskService.cs` 中 WMS 任务接收逻辑,使用新的配置项。
- 新增多个二进制文件,包括 `CodeChunks.db` 和 `SemanticSymbols.db`。
- 在 `ConfigConst.cs` 中新增 `ReceiveByWMSFireAlarmTask` 常量。
- 更新 `AssemblyInfo.cs` 中的版本信息。
- 添加发布配置到 `FolderProfile5.pubxml` 和 `FolderProfile5.pubxml.user`。
- 重新格式化 `appsettings.json` 中的日志、跨域和缓存设置。
- 在 `publish.zip` 中添加新的二进制文件。