Commit e8f78e62 authored by Liu lu's avatar Liu lu

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

parents 344e2754 6d95f294
......@@ -27,4 +27,15 @@ interface FactoryProductServiceInterface
*/
public function isExistFactoryProduct($factory_id);
public function getFactoryStockList($params);
/**
* 查询子产品目前有多少导入的产品库存和生产中的库存
* @param $product_child_ids
* @param $factoryId
*/
public function getUsefulStockAndProducingStockByChildId($product_child_ids,$factoryId);
}
\ No newline at end of file
......@@ -15,11 +15,27 @@ interface FactoryProductStockServiceInterface
/**
/**StockPlanServiceInterface
* 获取最新的原料信息
* @param $productId
* @author Liu lu
* date 2023-03-28
*/
public function getRecentMaterialInfo($productId);
/**
* 获取子sku历史销售数量
* @param $params
*/
public function productHistorySale($params);
/**
* 获取子sku预测数量
* @param $params
* @return mixed
*/
public function productEstimateSale($params);
}
\ No newline at end of file
......@@ -299,4 +299,11 @@ interface BaseInfoServiceInterface
public function getTeamIdsByUserId($userId);
/**
* 通过用户获取部门副级负责人
* @param $userId
*/
public function getDepartmentSubLeaderByUserId($userId);
}
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