|
|
@@ -46,17 +46,7 @@ public class FinanceConditionInfo {
|
|
|
/**
|
|
|
* 截止时间,年月的拼接,字段名按UAS表来写,不是手误
|
|
|
*/
|
|
|
- private Integer yeatmonth;
|
|
|
-
|
|
|
- /**
|
|
|
- * 截止至XX年
|
|
|
- */
|
|
|
- private Integer year;
|
|
|
-
|
|
|
- /**
|
|
|
- * 截止至XX月
|
|
|
- */
|
|
|
- private Integer month;
|
|
|
+ private Integer fc_yeatmonth;
|
|
|
|
|
|
/**
|
|
|
* 余额
|
|
|
@@ -120,28 +110,12 @@ public class FinanceConditionInfo {
|
|
|
this.fc_otharremark = fc_otharremark;
|
|
|
}
|
|
|
|
|
|
- public Integer getYeatmonth() {
|
|
|
- return yeatmonth;
|
|
|
- }
|
|
|
-
|
|
|
- public void setYeatmonth(Integer yeatmonth) {
|
|
|
- this.yeatmonth = yeatmonth;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getYear() {
|
|
|
- return year;
|
|
|
- }
|
|
|
-
|
|
|
- public void setYear(Integer year) {
|
|
|
- this.year = year;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getMonth() {
|
|
|
- return month;
|
|
|
+ public Integer getFc_yeatmonth() {
|
|
|
+ return fc_yeatmonth;
|
|
|
}
|
|
|
|
|
|
- public void setMonth(Integer month) {
|
|
|
- this.month = month;
|
|
|
+ public void setFc_yeatmonth(Integer fc_yeatmonth) {
|
|
|
+ this.fc_yeatmonth = fc_yeatmonth;
|
|
|
}
|
|
|
|
|
|
public Long getFc_arbalance() {
|