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
bfcfea3d
Commit
bfcfea3d
authored
Apr 29, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
2f6dea05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
xggsve-invoice/app/base/db/models/invoice/iinvoice.js
+1
-0
xggsve-invoice/app/base/db/models/invoice/iinvoicedeliver.js
+1
-0
No files found.
xggsve-invoice/app/base/db/models/invoice/iinvoice.js
View file @
bfcfea3d
...
...
@@ -51,6 +51,7 @@ module.exports = (db, DataTypes) => {
red_status
:
{
type
:
DataTypes
.
STRING
,
field
:
'red_status'
,
allowNull
:
true
,
comment
:
'1 未红冲 2 已红冲 3 红冲中'
},
bookkeeping
:
{
type
:
DataTypes
.
STRING
,
field
:
'bookkeeping'
,
allowNull
:
true
,
defaultValue
:
0
,
comment
:
'是否记账 0未记账 1已记账'
},
saas_deliver_api
:
{
type
:
DataTypes
.
STRING
,
field
:
'saas_deliver_api'
,
allowNull
:
true
,
defaultValue
:
''
,
comment
:
'saas系统状态通知api'
},
ali_deliver_api
:{
type
:
DataTypes
.
STRING
,
allowNull
:
true
,
defaultValue
:
null
,
comment
:
"发票状态更新回调api"
},
created_at
:
{
type
:
DataTypes
.
DATE
,
field
:
'created_at'
,
allowNull
:
false
,
defaultValue
:
DataTypes
.
NOW
},
updated_at
:
{
type
:
DataTypes
.
DATE
,
field
:
'updated_at'
,
allowNull
:
false
,
defaultValue
:
DataTypes
.
NOW
},
deleted_at
:
{
type
:
DataTypes
.
DATE
,
allowNull
:
true
},
...
...
xggsve-invoice/app/base/db/models/invoice/iinvoicedeliver.js
View file @
bfcfea3d
...
...
@@ -12,6 +12,7 @@ module.exports = (db, DataTypes) => {
deliver_mail_no
:
{
type
:
DataTypes
.
STRING
,
field
:
'deliver_mail_no'
,
allowNull
:
true
,
defaultValue
:
""
,
comment
:
'交付商交付快递单号'
},
deliver_img
:
{
type
:
DataTypes
.
STRING
,
field
:
'deliver_img'
,
allowNull
:
true
,
defaultValue
:
""
,
comment
:
'交接单'
},
operator_id
:
{
type
:
DataTypes
.
STRING
,
field
:
'operator_id'
,
allowNull
:
true
,
defaultValue
:
""
,
comment
:
'交付商业务员id'
},
operator_path
:
{
type
:
DataTypes
.
STRING
,
field
:
'operator_path'
,
allowNull
:
true
,
defaultValue
:
""
,
comment
:
'交付商业务员path'
},
created_at
:
{
type
:
DataTypes
.
DATE
,
field
:
'created_at'
,
allowNull
:
false
,
defaultValue
:
DataTypes
.
NOW
},
updated_at
:
{
type
:
DataTypes
.
DATE
,
field
:
'updated_at'
,
allowNull
:
false
,
defaultValue
:
DataTypes
.
NOW
},
deleted_at
:
{
type
:
DataTypes
.
DATE
,
field
:
'deleted_at'
,
allowNull
:
true
},
...
...
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