|
@@ -44,6 +44,14 @@ public class WaterMeterEntity {
|
|
|
private String type;
|
|
|
|
|
|
private String recentMark;
|
|
|
+
|
|
|
+ * 最新最近止码
|
|
|
+ */
|
|
|
+ private String recent_mark;
|
|
|
+
|
|
|
+ * 抄表月份
|
|
|
+ */
|
|
|
+ private String cb_month;
|
|
|
private String checkUser;
|
|
|
private String navigationId;
|
|
|
|
|
@@ -114,19 +122,20 @@ public class WaterMeterEntity {
|
|
|
private List<FileBean> bpAroundFileList;
|
|
|
|
|
|
|
|
|
- @Generated(hash = 1382631774)
|
|
|
+ @Generated(hash = 134026873)
|
|
|
public WaterMeterEntity(Long id, String batch, String userNum, String userName,
|
|
|
String waterMeterNum, String waterMeterCaliber, String useWaterProperties,
|
|
|
String qbNum, String userAddr, String createTime, String createUser,
|
|
|
String longitude, String latitude, String internetIdCard, String installPosition,
|
|
|
Long taskId, String brand, String installTime, String type, String recentMark,
|
|
|
- String checkUser, String navigationId, int state, String detailsState,
|
|
|
- List<FileBean> bpFileList, List<FileBean> exceptionFileList,
|
|
|
- List<FileBean> wfbdFileList, KbdDescribesBean kbdDescribes,
|
|
|
- KbdDescribesBean wfDescribes, String addressDetails, String waterMeterXh,
|
|
|
- String meterNum, String waterMeterRange, String regionName, String regionCode,
|
|
|
- String houseNumber, List<WaterDetailsBean> yxswWaterTaskDetails, int taskState,
|
|
|
- Long detailsId, boolean isOnline, String mapLocation, String recentMarkOld,
|
|
|
+ String recent_mark, String cb_month, String checkUser, String navigationId,
|
|
|
+ int state, String detailsState, List<FileBean> bpFileList,
|
|
|
+ List<FileBean> exceptionFileList, List<FileBean> wfbdFileList,
|
|
|
+ KbdDescribesBean kbdDescribes, KbdDescribesBean wfDescribes,
|
|
|
+ String addressDetails, String waterMeterXh, String meterNum,
|
|
|
+ String waterMeterRange, String regionName, String regionCode, String houseNumber,
|
|
|
+ List<WaterDetailsBean> yxswWaterTaskDetails, int taskState, Long detailsId,
|
|
|
+ boolean isOnline, String mapLocation, String recentMarkOld,
|
|
|
List<FileBean> bpAroundFileList) {
|
|
|
this.id = id;
|
|
|
this.batch = batch;
|
|
@@ -148,6 +157,8 @@ public class WaterMeterEntity {
|
|
|
this.installTime = installTime;
|
|
|
this.type = type;
|
|
|
this.recentMark = recentMark;
|
|
|
+ this.recent_mark = recent_mark;
|
|
|
+ this.cb_month = cb_month;
|
|
|
this.checkUser = checkUser;
|
|
|
this.navigationId = navigationId;
|
|
|
this.state = state;
|
|
@@ -530,4 +541,20 @@ public class WaterMeterEntity {
|
|
|
this.bpAroundFileList = bpAroundFileList;
|
|
|
}
|
|
|
|
|
|
+ public String getRecent_mark() {
|
|
|
+ return recent_mark;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRecent_mark(String recent_mark) {
|
|
|
+ this.recent_mark = recent_mark;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCb_month() {
|
|
|
+ return cb_month;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCb_month(String cb_month) {
|
|
|
+ this.cb_month = cb_month;
|
|
|
+ }
|
|
|
+
|
|
|
}
|