SnInfo.cs
234 Bytes
-
在 `BaseController.cs` 中添加对 `Hh.Mes.Common.Json` 的引用。 在 `BulletinBoardService.cs` 中添加多个命名空间引用,并实现 SN 存在性检查。 修复 `response.data` 的赋值格式,移除 `BaseEquipmentController.cs` 中不必要的引用。 在 `appsettings.json` 中添加 `BaseLicenseContext` 数据库连接字符串。 新增 `SnInfo` 类和 `SnProgressVM`、`SnProgressItem` 视图模型。 实现 `SnProgressController` 控制器,处理 SN 查询逻辑。 在 `Index.cshtml` 中添加 SN 查询表单及结果展示,使用 Layui 框架进行样式处理。