wanshenmean
2026-03-27 e8de46acfd30dab344ef529a76c04bce6410ecf1
分支
用户 wanshenmean <cathay_xy@163.com>
星期五, 三月 27, 2026 17:32 +0800
提交者 wanshenmean <cathay_xy@163.com>
星期五, 三月 27, 2026 17:32 +0800
提交e8de46acfd30dab344ef529a76c04bce6410ecf1
目录 3cdf6ea705e52eb5e5fdb03f4072d2de839b8fcd 目录 | zip | gz
上一版本 baf1f14a693172fe19bbea7fe4ce1daf57bb07d1 查看 | 对比
feat(MES): 新增陕西顷刻能源科技MES系统对接服务

- WIDESEA_DTO/MES/: 新增5个接口请求DTO和统一响应DTO
- BindContainerRequest: 托盘电芯绑定
- UnBindContainerRequest: 托盘电芯解绑
- ContainerNgReportRequest: 托盘NG电芯上报
- InboundInContainerRequest: 托盘进站
- OutboundInContainerRequest: 托盘出站
- MesResponse: 统一响应(含IsSuccess快捷属性)
- WIDESEA_IBasicService/IMesService.cs: 新增MES服务接口
- WIDESEA_BasicService/MesService.cs: 实现IMesService接口
- 使用HttpClientHelper调用MES WebAPI
- Authorization固定从appsettings.json读取
- BaseUrl可配置
- WIDESEA_BasicService/WIDESEA_BasicService.csproj: 添加WIDESEA_Core引用
- appsettings.json: 新增MES配置节点(BaseUrl和Authorization)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
已添加4个文件
已修改2个文件
385 ■■■■■ 文件已修改
Code/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/MesService.cs 77 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/WIDESEA_BasicService.csproj 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MES/MesRequestDto.cs 243 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MES/MesResponseDto.cs 23 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IMesService.cs 37 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史