Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuloulou
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to dashboard
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
ZhongW
9 years ago
Commit
9c45ef5bf8a26d4fe5ad89dc4b3164357bf2b49a
1 parent
f90cb247
展示品台筛选总数
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
code/apps/goods/interfaces/basegoods.js
code/apps/goods/interfaces/basegoods.js
View file @
9c45ef5
...
...
@@ -24,7 +24,8 @@ module.exports={
{
name
:
'supplierId'
,
type
:
'Number'
},
{
name
:
'isAuditing'
,
type
:
'Number'
},
{
name
:
'founderName'
,
type
:
'String'
},
{
name
:
'factoryCode'
,
type
:
'String'
}
{
name
:
'factoryCode'
,
type
:
'String'
},
{
name
:
'appType'
,
type
:
'Number'
}
]
},
getBaseProductList
:{
...
...
Please
register
or
login
to post a comment