PurchasingRPCService.java
628 Bytes
package com.diligrp.website.rpc;
/**
* <B>Description</B> 代购订单接口
* <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />
* 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />
* <B>Company</B> 地利集团
* @createTime 2016年3月9日 下午5:21:52
* @author LaiKui
*/
public interface PurchasingRPCService {
/**
*
* 根据店铺id查询未完结订单数
* @param shopId
* @return
* @createTime 2016年3月9日 下午5:42:13
* @author LaiKui
*/
public Integer getValidOrderNumByShop(Long shopId) ;
}