Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
e6aca6ec
Commit
e6aca6ec
authored
Feb 10, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
f7dc6ee3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
center-app/app/base/db/impl/dbproduct/productDao.js
+1
-0
center-app/app/base/db/models/dbproduct/product.js
+3
-2
No files found.
center-app/app/base/db/impl/dbproduct/productDao.js
View file @
e6aca6ec
...
@@ -20,6 +20,7 @@ class ProductDao extends Dao {
...
@@ -20,6 +20,7 @@ class ProductDao extends Dao {
"channel_item_code"
,
"channel_item_code"
,
"channel_item_name"
,
"channel_item_name"
,
"pic_url"
,
"pic_url"
,
"product_short_desc"
,
"product_desc"
,
"product_desc"
,
"desc_url"
,
"desc_url"
,
"icon_url"
,
"icon_url"
,
...
...
center-app/app/base/db/models/dbproduct/product.js
View file @
e6aca6ec
...
@@ -7,11 +7,12 @@ module.exports = (db, DataTypes) => {
...
@@ -7,11 +7,12 @@ module.exports = (db, DataTypes) => {
path_code
:
DataTypes
.
STRING
(
512
),
//产品类型编码路径,如:1/2
path_code
:
DataTypes
.
STRING
(
512
),
//产品类型编码路径,如:1/2
path_name
:
DataTypes
.
STRING
(
512
),
//产品类型名称路径,如:商标服务/商标注册
path_name
:
DataTypes
.
STRING
(
512
),
//产品类型名称路径,如:商标服务/商标注册
item_code
:
DataTypes
.
STRING
(
100
),
//产品编码
item_code
:
DataTypes
.
STRING
(
100
),
//产品编码
item_name
:
DataTypes
.
STRING
(
100
),
//产品名称
item_name
:
DataTypes
.
STRING
(
100
),
//产品名称
pic_url
:
DataTypes
.
STRING
(
500
),
//产品图片地址
pic_url
:
DataTypes
.
STRING
(
500
),
//产品图片地址
icon_url
:
DataTypes
.
STRING
(
500
),
//产品icon图片地址
icon_url
:
DataTypes
.
STRING
(
500
),
//产品icon图片地址
desc_url
:
DataTypes
.
STRING
(
500
),
//产品详情图片地址
desc_url
:
DataTypes
.
STRING
(
500
),
//产品详情图片地址
product_desc
:
DataTypes
.
STRING
(
1024
),
//简介
product_short_desc
:
DataTypes
.
STRING
(
200
),
//简介
product_desc
:
DataTypes
.
STRING
(
1024
),
//产品描述列表
channel_item_code
:
DataTypes
.
STRING
(
100
),
//渠道产品编码
channel_item_code
:
DataTypes
.
STRING
(
100
),
//渠道产品编码
channel_item_name
:
DataTypes
.
STRING
(
100
),
//渠道产品名称
channel_item_name
:
DataTypes
.
STRING
(
100
),
//渠道产品名称
is_enabled
:
{
//状态 0禁用 1启用
is_enabled
:
{
//状态 0禁用 1启用
...
...
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