namespace ZR.Service.mes.wms.IService { public interface IWMExitwarehouseService { /// /// 一般退库 /// /// /// public bool ExitwarehouseCommmon(string original); /// /// 判断箱子是否存在成品库中 /// /// /// public bool IsExistedWarehouse(string originalCode); } }