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
f233932c
Commit
f233932c
authored
Aug 10, 2020
by
fuyunnan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into develop
parents
d481f1ff
c40f2d0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
ProductServiceInterface.php
src/Service/Interfaces/Product/ProductServiceInterface.php
+7
-0
UserServiceInterface.php
src/Service/Interfaces/UserServiceInterface.php
+7
-0
No files found.
src/Service/Interfaces/Product/ProductServiceInterface.php
View file @
f233932c
...
...
@@ -133,4 +133,11 @@ interface ProductServiceInterface
*/
public
function
getWithPoint
(
array
$idList
,
$groupByFlag
=
false
);
/**
* 获取全部申报要素列表
* @param array $columns 默认['*']
* @return array
*/
public
function
reportPoints
(
array
$columns
=
[
'*'
])
:
array
;
}
src/Service/Interfaces/UserServiceInterface.php
View file @
f233932c
...
...
@@ -114,4 +114,11 @@ interface UserServiceInterface
*/
public
function
getDirectLeader
(
$userId
);
/**
* 获取多个用户的直属领导
* @param array $userIds 用户id数组,默认去重
* @return array 直属领导数组,key值为用户id
*/
public
function
getDirectLeadersByIds
(
$userIds
);
}
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