| | |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | using Model.ModelDto.BllAsnDto; |
| | | using WMS.Entity.BllAsnEntity; |
| | | |
| | | namespace WMS.IBLL.IBllAsnServer |
| | | { |
| | |
| | | /// <param name="storeTime">储存期至</param> |
| | | /// <param name="userId">操作人</param> |
| | | /// <returns></returns> |
| | | List<BoxInfoDto> AddLabelBoxReturn(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId); |
| | | List<BllBoxInfo> AddLabelBox(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId); |
| | | |
| | | } |
| | | } |