Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-micro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-micro
Commits
74265fc8
Commit
74265fc8
authored
Oct 29, 2020
by
王源
🎧
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'production-rpc' into test
parents
e591c267
4724b2bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
ProductionServiceInterface.php
...vice/Interfaces/Production/ProductionServiceInterface.php
+18
-1
No files found.
src/Service/Interfaces/Production/ProductionServiceInterface.php
View file @
74265fc8
...
...
@@ -8,10 +8,19 @@ interface ProductionServiceInterface
/**
* 结束备货计划
* @param $production_no
* @return mixed
* @return mixed|void
* @deprecated
* @author Zero
*/
public
function
stockUpTask
(
$production_no
);
/**
* 生产单批次发货入库回调
* @param string $production_no 生产单号
* @author Zero
*/
public
function
warehousingCallback
(
string
$production_no
);
/**
* 通过入库单id获取相关数据
* @param array $warehousingOrderIds 默认去重
...
...
@@ -19,6 +28,14 @@ interface ProductionServiceInterface
*/
public
function
getInfoForWarehousingOrder
(
array
$warehousingOrderIds
);
/**
* 通过生产单号获取生产单工厂信息
* @param array $productionNoList 生产单号数组,默认去重
* @return array 'production_no' => ['factory_id' => 1, 'factory_name' => 'AL']
* @author Zero
*/
public
function
getFactoryByProductionNoList
(
array
$productionNoList
)
:
array
;
/**
* 查询备货计划中是否用过仓库子产品
* @param array $ids 仓库子产品id数组,默认去重
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment