|
@@ -993,6 +993,19 @@ public class TWarehouseBills extends BaseEntity {
|
|
public List<String> gettimeInterval() {
|
|
public List<String> gettimeInterval() {
|
|
return timeInterval;
|
|
return timeInterval;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 查询计费截止日期区间
|
|
|
|
+ */
|
|
|
|
+ private List<String> timeInterval2;
|
|
|
|
+
|
|
|
|
+ public void settimeInterval2(List<String> timeInterval2) {
|
|
|
|
+ this.timeInterval2 = timeInterval2;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public List<String> gettimeInterval2() {
|
|
|
|
+ return timeInterval2;
|
|
|
|
+ }
|
|
|
|
|
|
/**
|
|
/**
|
|
* 查询货物
|
|
* 查询货物
|
|
@@ -1889,6 +1902,7 @@ public class TWarehouseBills extends BaseEntity {
|
|
", warehousebillsfeesCr=" + warehousebillsfeesCr +
|
|
", warehousebillsfeesCr=" + warehousebillsfeesCr +
|
|
", moneyStatus=" + moneyStatus +
|
|
", moneyStatus=" + moneyStatus +
|
|
", timeInterval=" + timeInterval +
|
|
", timeInterval=" + timeInterval +
|
|
|
|
+ ", timeInterval2=" + timeInterval2 +
|
|
", fGoodsid=" + fGoodsid +
|
|
", fGoodsid=" + fGoodsid +
|
|
", delFlag='" + delFlag + '\'' +
|
|
", delFlag='" + delFlag + '\'' +
|
|
", fLocation=" + fLocation +
|
|
", fLocation=" + fLocation +
|