| | |
| | | |
| | | List<DtLocationInfo> GetStockLocations(List<DtLocationInfo>? locations); |
| | | |
| | | /// <summary> |
| | | /// 缁勭洏 |
| | | /// </summary> |
| | | /// <param name="groupPlate"></param> |
| | | /// <returns></returns> |
| | | Task<WebResponseContent> AddGroupPlateAsync(GroupPlate groupPlate); |
| | | |
| | | /// <summary> |
| | | /// 瑙g洏 |
| | | /// </summary> |
| | | /// <param name="groupPlate"></param> |
| | | /// <returns></returns> |
| | | Task<WebResponseContent> DeleteGroupPlateAsync(GroupPlate groupPlate); |
| | | |
| | | |
| | | WebResponseContent GetStockView(GetStockSelectViewDto viewDto); |
| | | |
| | | |
| | | Task<WebResponseContent> GetStockData(); |
| | | |
| | | Task<WebResponseContent> PrintOrder(object[] key); |
| | | |
| | | } |