Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
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
sikang
lib_base
Commits
7f478e26
Commit
7f478e26
authored
Dec 27, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
684ef400
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
34 deletions
+34
-34
src/main/java/com/common/bean/LatestLoanAppBean.java
+34
-34
No files found.
src/main/java/com/common/bean/LatestLoanAppBean.java
View file @
7f478e26
...
@@ -67,42 +67,42 @@ public class LatestLoanAppBean implements Parcelable {
...
@@ -67,42 +67,42 @@ public class LatestLoanAppBean implements Parcelable {
return
new
LatestLoanAppBean
[
size
];
return
new
LatestLoanAppBean
[
size
];
}
}
};
};
private
double
serviceFeeAccr
;
private
double
serviceFeeAccr
=
0.0d
;
private
LoanAppBeanFatherStatusLogs
[]
statusLogs
;
private
LoanAppBeanFatherStatusLogs
[]
statusLogs
;
private
String
dueDate
;
private
String
dueDate
=
""
;
private
int
remainingDays
;
private
int
remainingDays
=
0
;
private
double
minRepaymentAmount
;
private
double
minRepaymentAmount
=
0.0d
;
private
double
issueAmount
;
private
double
issueAmount
=
0.0d
;
private
String
cardNo
;
private
String
cardNo
=
""
;
private
String
periodUnit
;
private
String
periodUnit
=
""
;
private
String
credentialNo
;
private
String
credentialNo
=
""
;
private
double
remainAmount
;
private
double
remainAmount
=
0.0d
;
private
double
interestAccr
;
private
double
interestAccr
=
0.0d
;
private
double
defaultAccr
;
private
double
defaultAccr
=
0.0d
;
private
String
issueDate
;
private
String
issueDate
=
""
;
private
double
defaultPaid
;
private
double
defaultPaid
=
0.0d
;
private
double
interestPaid
;
private
double
interestPaid
=
0.0d
;
private
String
bankCode
;
private
String
bankCode
=
""
;
private
double
amount
;
private
double
amount
=
0.0d
;
private
int
period
;
private
int
period
=
0
;
private
String
clearDate
;
private
String
clearDate
=
""
;
private
String
comments
;
private
String
comments
=
""
;
private
double
cost
;
private
double
cost
=
0.0d
;
private
double
adjustAmount
;
private
double
adjustAmount
=
0.0d
;
private
double
principalPaid
;
private
double
principalPaid
=
0.0d
;
private
double
totalAmount
;
private
double
totalAmount
=
0.0d
;
private
double
principalAccr
;
private
double
principalAccr
=
0.0d
;
private
String
createTime
;
private
String
createTime
=
""
;
private
double
dueAmount
;
private
double
dueAmount
=
0.0d
;
private
double
serviceFeePaid
;
private
double
serviceFeePaid
=
0.0d
;
private
String
loanAppId
;
private
String
loanAppId
=
""
;
private
double
paidAmount
;
private
double
paidAmount
=
0.0d
;
private
String
status
;
private
String
status
=
""
;
private
long
productId
;
private
long
productId
=
0
;
private
String
applyFor
;
private
String
applyFor
=
""
;
private
String
applyChannel
;
private
String
applyChannel
;
private
long
couponId
;
private
long
couponId
=
0
;
private
String
contractNo
;
private
String
contractNo
=
""
;
private
String
serviceMobile
=
LibConfig
.
HOTLINE
;
private
String
serviceMobile
=
LibConfig
.
HOTLINE
;
private
String
companyName
=
""
;
private
String
companyName
=
""
;
private
String
pid
=
""
;
private
String
pid
=
""
;
...
...
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