Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-rpc
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
0
Merge Requests
0
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-rpc
Commits
9b5995d7
Commit
9b5995d7
authored
Apr 16, 2024
by
Liu lu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.huaperfect.com/without_auth/meibuyu-rpc
into develop
parents
ccdb9c75
c7243e25
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
PlatformProductServiceInterface.php
...ce/Interfaces/Product/PlatformProductServiceInterface.php
+9
-0
TeamProductServiceInterface.php
...ervice/Interfaces/Product/TeamProductServiceInterface.php
+9
-0
ChannelAndCompanyInterface.php
src/Service/Interfaces/Wms/ChannelAndCompanyInterface.php
+10
-0
No files found.
src/Service/Interfaces/Product/PlatformProductServiceInterface.php
View file @
9b5995d7
...
@@ -55,4 +55,13 @@ interface PlatformProductServiceInterface
...
@@ -55,4 +55,13 @@ interface PlatformProductServiceInterface
*/
*/
public
function
amazonWarehouses
();
public
function
amazonWarehouses
();
/**
* 根据产品ID获取列表
*
* @param array $productIds 仓库主产品ID数组
* @param array $columns 列名数组
* @param array $relations 平台产品的关联关系
* @return array keyBy('product_id')
*/
public
function
getListByProductIds
(
array
$productIds
,
array
$columns
=
[
'*'
],
array
$relations
=
[])
:
array
;
}
}
src/Service/Interfaces/Product/TeamProductServiceInterface.php
View file @
9b5995d7
...
@@ -28,4 +28,13 @@ interface TeamProductServiceInterface
...
@@ -28,4 +28,13 @@ interface TeamProductServiceInterface
* @return array keyBy('team_id')
* @return array keyBy('team_id')
*/
*/
public
function
getChildProductListByTeamIds
(
array
$teamIds
,
array
$childProductIds
=
[])
:
array
;
public
function
getChildProductListByTeamIds
(
array
$teamIds
,
array
$childProductIds
=
[])
:
array
;
/**
* 根据产品ID获取列表
*
* @param array $productIds 仓库主产品ID数组
* @param array $columns 列名数组
* @return array keyBy('product_id')
*/
public
function
getListByProductIds
(
array
$productIds
,
array
$columns
=
[
'*'
])
:
array
;
}
}
\ No newline at end of file
src/Service/Interfaces/Wms/ChannelAndCompanyInterface.php
View file @
9b5995d7
...
@@ -28,4 +28,14 @@ interface ChannelAndCompanyInterface
...
@@ -28,4 +28,14 @@ interface ChannelAndCompanyInterface
* @return array
* @return array
*/
*/
public
function
getCompanyByIds
(
array
$companyIds
,
$status
=
1
)
:
array
;
public
function
getCompanyByIds
(
array
$companyIds
,
$status
=
1
)
:
array
;
/**
* 获取渠道路线列表(根据国家二字码)
*
* @param int $channelId 渠道ID
* @param string $countryCode 国家二字码
* @param array $columns 列名
* @return array|null
*/
public
function
getChannelRouteByCountryCode
(
int
$channelId
,
string
$countryCode
,
array
$columns
=
[
'*'
]);
}
}
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