Browse Source

修改financecondition里面截止时间状态

scr 8 years ago
parent
commit
6a150866a4

+ 1 - 1
src/main/java/com/uas/erp/schedular/finance/domain/CustInfo.java

@@ -7,7 +7,6 @@ import java.util.List;
  * Created by hejq on 2017-12-21.
  */
 public class CustInfo {
-
     /**
      * ID
      */
@@ -124,6 +123,7 @@ public class CustInfo {
      */
     private String cu_departsituation;
 
+
     /**
      * 财务数据表
      */

+ 5 - 31
src/main/java/com/uas/erp/schedular/finance/domain/FinanceConditionInfo.java

@@ -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() {