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
e69a792c
Commit
e69a792c
authored
Nov 26, 2019
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
78e12915
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
xggsve-invoice/app/base/db/models/invoice/apply.js
+6
-6
No files found.
xggsve-invoice/app/base/db/models/invoice/apply.js
View file @
e69a792c
...
...
@@ -22,12 +22,12 @@ module.exports = (db, DataTypes) => {
businessmenType
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_type'
,
allowNull
:
false
,
comment
:
'销售方类型 10 个体工商户 20 自然人'
},
businessmenId
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_id'
,
allowNull
:
false
,
comment
:
'销售方id'
},
businessmenCreditCode
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_credit_code'
,
allowNull
:
false
,
comment
:
'个体户社会统一信息用代码'
},
businessmenName
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_name'
,
allowNull
:
fals
e
,
comment
:
'销售方名称'
},
businessmenAddr
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_addr'
,
allowNull
:
fals
e
,
comment
:
'销售方地址'
},
businessmenMobile
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_mobile'
,
allowNull
:
fals
e
,
comment
:
'销售方电话'
},
businessmenBank
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_bank'
,
allowNull
:
false
,
comment
:
'销售方开户行
'
},
businessmenAccount
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_account'
,
allowNull
:
fals
e
,
comment
:
'销售方账户'
},
isBank
:{
type
:
DataTypes
.
INTEGER
,
field
:
'is_bank'
,
allowNull
:
fals
e
,
defaultValue
:
0
,
comment
:
'开户状态:1.已开户 0.未开户'
},
businessmenName
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_name'
,
allowNull
:
tru
e
,
comment
:
'销售方名称'
},
businessmenAddr
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_addr'
,
allowNull
:
tru
e
,
comment
:
'销售方地址'
},
businessmenMobile
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_mobile'
,
allowNull
:
tru
e
,
comment
:
'销售方电话'
},
businessmenBank
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_bank'
,
allowNull
:
true
,
comment
:
'
'
},
businessmenAccount
:{
type
:
DataTypes
.
STRING
,
field
:
'businessmen_account'
,
allowNull
:
tru
e
,
comment
:
'销售方账户'
},
isBank
:{
type
:
DataTypes
.
INTEGER
,
field
:
'is_bank'
,
allowNull
:
tru
e
,
defaultValue
:
0
,
comment
:
'开户状态:1.已开户 0.未开户'
},
taxAuthorities
:{
type
:
DataTypes
.
STRING
,
field
:
'tax_authoritioes'
,
allowNull
:
true
,
comment
:
'税务报道机构'
},
//发票信息
...
...
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