Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
dongjunjie
2016-06-28 18:17:55 +0800
Commit
ef93a149e22561e1e75f71087fd5fd47cef4b96c
1 parent
42c9ddd2
mvc编译提交
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/interfaces/marketing.ProductPool.js
server/interfaces/marketing.ProductPool.js
View file @
ef93a14
...
...
@@ -12,7 +12,7 @@ module.exports = {
id
:
{
type
:
Number
},
poolName
:
{
type
:
String
},
page
:
{
type
:
Number
},
size
:
{
type
:
Number
}
size
:
{
type
:
Number
,
default
:
10
}
}
},
addProductPoolBo
:
{
...
...
Please
register
or
login
to post a comment