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
78b41fc3
Commit
78b41fc3
authored
Jul 06, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
7af35be1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
esign-sve-order/app/base/db/models/eorder/eorder.js
+2
-0
No files found.
esign-sve-order/app/base/db/models/eorder/eorder.js
View file @
78b41fc3
...
...
@@ -12,6 +12,7 @@ module.exports = function (db, DataTypes) {
product_type
:
{
type
:
DataTypes
.
STRING
,
field
:
'product_type'
,
allowNull
:
true
,
defaultValue
:
''
,
comment
:
'产品类型'
},
product_unit_price
:{
type
:
DataTypes
.
STRING
,
field
:
'product_unit_price'
,
allowNull
:
true
,
defaultValue
:
''
,
comment
:
'产品单价'
},
product_desc
:{
type
:
DataTypes
.
STRING
,
field
:
'product_desc'
,
allowNull
:
true
,
defaultValue
:
''
,
comment
:
'产品描述'
},
price
:{
type
:
DataTypes
.
BIGINT
,
field
:
'price'
,
allowNull
:
true
,
defaultValue
:
0
,
comment
:
'订单价格'
},
product_specifications
:
{
type
:
DataTypes
.
INTEGER
,
field
:
'product_specifications'
,
allowNull
:
true
,
defaultValue
:
0
,
comment
:
'产品规格数量'
},
contract_url
:
{
type
:
DataTypes
.
STRING
,
field
:
'contract_url'
,
allowNull
:
true
,
defaultValue
:
''
,
comment
:
'合同Url'
},
live_start
:
{
type
:
DataTypes
.
DATE
,
field
:
'live_start'
,
allowNull
:
true
,
defaultValue
:
null
,
comment
:
'生效时间'
},
...
...
@@ -23,6 +24,7 @@ module.exports = function (db, DataTypes) {
live_status
:
{
type
:
DataTypes
.
STRING
,
field
:
'live_status'
,
allowNull
:
true
,
defaultValue
:
'10'
,
comment
:
'生效状态10 待生效 20 已生效 30 已终止'
},
pay_status
:
{
type
:
DataTypes
.
STRING
,
field
:
'pay_status'
,
allowNull
:
true
,
defaultValue
:
'10'
,
comment
:
'支付状态10 待支付 20 已支付 30 支付失败'
},
pay_date
:
{
type
:
DataTypes
.
DATE
,
field
:
'pay_date'
,
allowNull
:
true
,
defaultValue
:
null
,
comment
:
'支付时间'
},
trade_id
:
{
type
:
DataTypes
.
STRING
,
field
:
'trade_id'
,
allowNull
:
true
,
defaultValue
:
''
,
comment
:
'交易流水号ID'
},
engine_account_id
:
{
type
:
DataTypes
.
STRING
,
field
:
'engine_account_id'
,
allowNull
:
true
,
defaultValue
:
''
,
comment
:
'计费引擎账户id'
},
created_at
:
{
type
:
DataTypes
.
DATE
,
field
:
'created_at'
,
allowNull
:
false
},
updated_at
:
{
type
:
DataTypes
.
DATE
,
field
:
'updated_at'
,
allowNull
:
false
},
...
...
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