Laservall_solidworks_inject/Server
Ling f13d646f7d feat: add match material functionality to BOM server and UI
- Implemented MatchMaterialHandler to handle material matching requests.
- Added new DTOs for match material requests and responses.
- Updated BomHttpServer to register the new match material API endpoint.
- Enhanced the UI with a new button to trigger material matching.
- Added modal to display matching results and confirm updates to material codes.
- Integrated API calls to fetch matching material codes from the PLM system.
2026-04-09 17:06:24 +08:00
..
Dto feat: add match material functionality to BOM server and UI 2026-04-09 17:06:24 +08:00
Handlers feat: add match material functionality to BOM server and UI 2026-04-09 17:06:24 +08:00
AuthTokenMiddleware.cs 新增 BOM 管理服务端 API 与前端集成支持 2026-03-20 09:33:27 +08:00
BomHttpServer.cs feat: add match material functionality to BOM server and UI 2026-04-09 17:06:24 +08:00
HeartbeatMonitor.cs 新增 BOM 管理服务端 API 与前端集成支持 2026-03-20 09:33:27 +08:00
IBomDataProvider.cs 新增 BOM 管理服务端 API 与前端集成支持 2026-03-20 09:33:27 +08:00
PortFinder.cs 新增 BOM 管理服务端 API 与前端集成支持 2026-03-20 09:33:27 +08:00
RequestRouter.cs 新增 BOM 管理服务端 API 与前端集成支持 2026-03-20 09:33:27 +08:00
SolidWorksBomDataProvider.cs 新增 BOM 管理服务端 API 与前端集成支持 2026-03-20 09:33:27 +08:00
StaThreadMarshaller.cs 新增 BOM 管理服务端 API 与前端集成支持 2026-03-20 09:33:27 +08:00
StaticFileHandler.cs 新增 BOM 管理服务端 API 与前端集成支持 2026-03-20 09:33:27 +08:00