using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tnb.WarehouseMgr.Interfaces { /// /// 库房业务(出入库)接口 /// public interface IWareHouseService { } }