Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjxcxServer
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
zjxcxServer
Commits
089e04ea
Commit
089e04ea
authored
Jul 13, 2023
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
fe98d761
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
businessData.ts
src/data/fuHuaQi/quarterTask/businessData.ts
+1
-1
No files found.
src/data/fuHuaQi/quarterTask/businessData.ts
View file @
089e04ea
...
@@ -19,7 +19,7 @@ const fuHuaQiBusinessSchema = new Schema({
...
@@ -19,7 +19,7 @@ const fuHuaQiBusinessSchema = new Schema({
TP
:{
type
:
Number
,
default
:
0
},
//纳税
TP
:{
type
:
Number
,
default
:
0
},
//纳税
/**不下发字段 */
/**不下发字段 */
draftLock
:{
type
:
Boolean
,
default
:
false
},
//草稿锁,true为提交之后,false为草稿
draftLock
:{
type
:
Boolean
,
default
:
false
},
//草稿锁,true为提交之后,false为草稿
quarter
:{
type
:
Number
,
index
:
true
},
//数据填报季度
quarter
:{
type
:
Number
,
index
:
true
},
//数据填报季度
(注意不是数据季度是填报季度)
year
:{
type
:
Number
,
index
:
true
},
//数据填报年份
year
:{
type
:
Number
,
index
:
true
},
//数据填报年份
isUpdate
:{
type
:
Boolean
,
default
:
false
},
isUpdate
:{
type
:
Boolean
,
default
:
false
},
submitTime
:
Number
,
//提交时间
submitTime
:
Number
,
//提交时间
...
...
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