Commit 521410d8 authored by  林继鑫's avatar 林继鑫

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents d641a35d d232ee0b
...@@ -73,4 +73,12 @@ interface FlowServiceInterface ...@@ -73,4 +73,12 @@ interface FlowServiceInterface
* DateTime: 2023/1/30 14:11 * DateTime: 2023/1/30 14:11
*/ */
public function getApprovalUserList($flowCode); public function getApprovalUserList($flowCode);
/**
* Notes: 获取审批中心列表
* User: carlos
* DateTime: 2023/5/15 10:39
* @param $params
*/
public function getApprovalCenterList($params);
} }
\ No newline at end of file
...@@ -33,6 +33,14 @@ interface PlatformProductServiceInterface ...@@ -33,6 +33,14 @@ interface PlatformProductServiceInterface
*/ */
public function getByIdList(array $idList, array $relations = [], $columns = ['*']): array; public function getByIdList(array $idList, array $relations = [], $columns = ['*']): array;
/**
* 通过sku列表获取仓库产品信息
* @param array $skuList
* @return array
* @author chentianyu
*/
public function getProductBySkuList(array $skuList): array;
/** /**
* 获取申报要素数据 * 获取申报要素数据
* @param array $idList * @param array $idList
......
...@@ -253,4 +253,11 @@ interface ProductionServiceInterface ...@@ -253,4 +253,11 @@ interface ProductionServiceInterface
*/ */
public function OrderContractExport($params); public function OrderContractExport($params);
/***
* Notes: 获取备货金额信息
* User: carlos
* DateTime: 2023/5/12 16:56
*/
public function getStockUpPlanMoneyInfo();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment