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
1ad32dde
Commit
1ad32dde
authored
Sep 04, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bugfix] bb formular ds item cast exception
parent
a8ab749c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
16 deletions
+19
-16
ReportCellDataSourceDto.java
.../pwc/taxtech/atms/dto/vatdto/ReportCellDataSourceDto.java
+19
-16
No files found.
atms-api/src/main/java/pwc/taxtech/atms/dto/vatdto/ReportCellDataSourceDto.java
View file @
1ad32dde
...
...
@@ -6,24 +6,27 @@ import pwc.taxtech.atms.constant.DataSourceName;
import
pwc.taxtech.atms.constant.enums.FormulaDataSourceType
;
import
pwc.taxtech.atms.vat.entity.CellData
;
import
java.math.BigDecimal
;
@Getter
@Setter
public
class
ReportCellDataSourceDto
{
String
tag
=
"BB"
;
String
name
;
Integer
year
;
Integer
period
;
Integer
columnIndex
;
String
columnName
;
Integer
rowIndex
;
String
rowName
;
String
reportTemplateID
;
String
reportName
;
String
cellDataID
;
String
cellTemplateID
;
Boolean
isOnlyManualInput
;
Integer
type
;
Integer
resultType
;
public
class
ReportCellDataSourceDto
extends
DataSourceDto
{
private
String
tag
=
"BB"
;
private
String
name
;
private
Integer
year
;
private
Integer
period
;
private
Integer
columnIndex
;
private
String
columnName
;
private
Integer
rowIndex
;
private
String
rowName
;
private
String
reportTemplateID
;
private
String
reportName
;
private
String
cellDataID
;
private
String
cellTemplateID
;
private
Boolean
isOnlyManualInput
;
private
Integer
type
;
private
Integer
resultType
;
private
BigDecimal
amount
;
public
ReportCellDataSourceDto
()
{
this
.
type
=
FormulaDataSourceType
.
Report
.
getCode
();
...
...
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