Browse Source

单个发货单详情页

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1356 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 10 years ago
parent
commit
01ae7ac233

+ 7 - 0
src/main/java/com/uas/platform/b2b/service/PurchaseNoticeService.java

@@ -52,6 +52,13 @@ public interface PurchaseNoticeService {
 	 */
 	public Page<PurchaseNotice> findAllByPageInfo(PageInfo pageInfo, String keyword, Long fromDate, Long endDate);
 
+	/**
+	 * 根据发货单ID获取单个发货单
+	 * @param id
+	 * @return
+	 */
+	public SaleSendAll findSaleSendById(Long id);
+	
 	/**
 	 * 分页查找送货单
 	 *