| | |
| | | /// </summary> |
| | | /// <param name="input">入库数据</param> |
| | | /// <returns></returns> |
| | | Task<dynamic> GetOCVInputAsync(AgingInputDto input); |
| | | Task<WebResponseContent> GetOCVInputAsync(AgingInputDto input); |
| | | |
| | | /// <summary> |
| | | /// 静置\陈化出库(整托盘) |
| | | /// </summary> |
| | | /// <param name="input">出库数据</param> |
| | | /// <returns></returns> |
| | | Task<dynamic> GetOCVOutputAsync(AgingOutputDto input); |
| | | Task<WebResponseContent> GetOCVOutputAsync(AgingOutputDto input); |
| | | |
| | | /// <summary> |
| | | /// 修改设备型号 |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | Task<WebResponseContent> Change(EqptRunDto input); |
| | | } |