Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
f515b68a
Commit
f515b68a
authored
Nov 17, 2018
by
sherlock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export order
parent
14c0f1ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
34 deletions
+34
-34
InputInvoiceDetailExportDto.java
.../taxtech/atms/dto/vatdto/InputInvoiceDetailExportDto.java
+6
-6
InputInvoiceExportDto.java
...va/pwc/taxtech/atms/dto/vatdto/InputInvoiceExportDto.java
+9
-9
OutputVATInvoiceInfoDto.java
.../pwc/taxtech/atms/dto/vatdto/OutputVATInvoiceInfoDto.java
+19
-19
No files found.
atms-api/src/main/java/pwc/taxtech/atms/dto/vatdto/InputInvoiceDetailExportDto.java
View file @
f515b68a
...
...
@@ -7,22 +7,22 @@ import java.math.BigDecimal;
public
class
InputInvoiceDetailExportDto
implements
Serializable
{
@ExcelCell
(
index
=
5
)
@ExcelCell
(
index
=
1
)
private
Integer
periodId
;
@ExcelCell
(
index
=
4
)
@ExcelCell
(
index
=
2
)
private
String
invoiceCode
;
@ExcelCell
(
index
=
6
)
@ExcelCell
(
index
=
3
)
private
String
invoiceNumber
;
@ExcelCell
(
index
=
2
)
@ExcelCell
(
index
=
4
)
private
BigDecimal
amount
;
@ExcelCell
(
index
=
1
)
@ExcelCell
(
index
=
5
)
private
BigDecimal
taxAmount
;
@ExcelCell
(
index
=
3
)
@ExcelCell
(
index
=
6
)
private
String
taxRate
;
@ExcelCell
(
index
=
7
)
...
...
atms-api/src/main/java/pwc/taxtech/atms/dto/vatdto/InputInvoiceExportDto.java
View file @
f515b68a
...
...
@@ -7,31 +7,31 @@ import java.math.BigDecimal;
public
class
InputInvoiceExportDto
implements
Serializable
{
@ExcelCell
(
index
=
6
)
@ExcelCell
(
index
=
1
)
private
Integer
periodId
;
@ExcelCell
(
index
=
7
)
@ExcelCell
(
index
=
2
)
private
String
invoiceDate
;
@ExcelCell
(
index
=
5
)
@ExcelCell
(
index
=
3
)
private
String
invoiceCode
;
@ExcelCell
(
index
=
8
)
@ExcelCell
(
index
=
4
)
private
String
invoiceNumber
;
@ExcelCell
(
index
=
9
)
@ExcelCell
(
index
=
5
)
private
String
sellerTaxNumber
;
@ExcelCell
(
index
=
3
)
@ExcelCell
(
index
=
6
)
private
String
invoiceTypeName
;
@ExcelCell
(
index
=
4
)
@ExcelCell
(
index
=
7
)
private
BigDecimal
amount
;
@ExcelCell
(
index
=
1
)
@ExcelCell
(
index
=
8
)
private
BigDecimal
taxAmount
;
@ExcelCell
(
index
=
2
)
@ExcelCell
(
index
=
9
)
private
String
certificationDate
;
public
Integer
getPeriodId
()
{
...
...
atms-api/src/main/java/pwc/taxtech/atms/dto/vatdto/OutputVATInvoiceInfoDto.java
View file @
f515b68a
...
...
@@ -12,43 +12,43 @@ public class OutputVATInvoiceInfoDto {
private
String
invoiceId
;
private
Integer
invoiceType
;
@ExcelCell
(
index
=
13
)
@ExcelCell
(
index
=
2
)
private
String
invoiceTypeName
;
@ExcelCell
(
index
=
11
)
@ExcelCell
(
index
=
3
)
private
String
classCode
;
@ExcelCell
(
index
=
18
)
@ExcelCell
(
index
=
4
)
private
String
invoiceNumber
;
@ExcelCell
(
index
=
17
)
@ExcelCell
(
index
=
5
)
private
String
buyerName
;
@ExcelCell
(
index
=
1
)
@ExcelCell
(
index
=
6
)
private
String
buyerTaxNumber
;
@ExcelCell
(
index
=
5
)
@ExcelCell
(
index
=
7
)
private
String
bankAccount
;
@ExcelCell
(
index
=
12
)
@ExcelCell
(
index
=
8
)
private
String
phoneNum
;
@ExcelCell
(
index
=
1
9
)
@ExcelCell
(
index
=
1
)
private
Date
invoiceDate
;
@ExcelCell
(
index
=
16
)
@ExcelCell
(
index
=
9
)
private
String
codeVersion
;
@ExcelCell
(
index
=
2
)
@ExcelCell
(
index
=
10
)
private
String
productName
;
@ExcelCell
(
index
=
1
4
)
@ExcelCell
(
index
=
1
1
)
private
String
documentNum
;
@ExcelCell
(
index
=
7
)
@ExcelCell
(
index
=
12
)
private
String
productStandard
;
@ExcelCell
(
index
=
6
)
@ExcelCell
(
index
=
13
)
private
String
unit
;
@ExcelCell
(
index
=
4
)
@ExcelCell
(
index
=
1
4
)
private
Integer
quantity
;
@ExcelCell
(
index
=
9
)
@ExcelCell
(
index
=
15
)
private
Double
unitPrice
;
@ExcelCell
(
index
=
3
)
@ExcelCell
(
index
=
16
)
private
BigDecimal
amount
;
@ExcelCell
(
index
=
1
5
)
@ExcelCell
(
index
=
1
7
)
private
BigDecimal
taxRate
;
@ExcelCell
(
index
=
1
0
)
@ExcelCell
(
index
=
1
8
)
private
BigDecimal
taxAmount
;
@ExcelCell
(
index
=
8
)
@ExcelCell
(
index
=
9
)
private
String
taxClassCode
;
@JsonProperty
(
"periodID"
)
private
int
periodId
;
...
...
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