|
|
@@ -46,7 +46,7 @@ public class AccountInfo {
|
|
|
/**
|
|
|
* 账龄
|
|
|
*/
|
|
|
- private Long ai_payment;
|
|
|
+ private String ai_payment;
|
|
|
|
|
|
/**
|
|
|
* 机构名称
|
|
|
@@ -128,11 +128,11 @@ public class AccountInfo {
|
|
|
this.ai_caname = ai_caname;
|
|
|
}
|
|
|
|
|
|
- public Long getAi_payment() {
|
|
|
+ public String getAi_payment() {
|
|
|
return ai_payment;
|
|
|
}
|
|
|
|
|
|
- public void setAi_payment(Long ai_payment) {
|
|
|
+ public void setAi_payment(String ai_payment) {
|
|
|
this.ai_payment = ai_payment;
|
|
|
}
|
|
|
|