From f55c99f2cb7a8c928c52fb8f8f68273c56f659cc Mon Sep 17 00:00:00 2001 From: 81041 <81041@DESKTOP-025NVD9> Date: 星期五, 21 十二月 2018 14:42:36 +0800 Subject: [PATCH] 审核添加和修改 --- gx_tieta/src/com/fgkj/dto/ram/Bts_station_state.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/gx_tieta/src/com/fgkj/dto/ram/Bts_station_state.java b/gx_tieta/src/com/fgkj/dto/ram/Bts_station_state.java index 6539372..7dea7e9 100644 --- a/gx_tieta/src/com/fgkj/dto/ram/Bts_station_state.java +++ b/gx_tieta/src/com/fgkj/dto/ram/Bts_station_state.java @@ -32,6 +32,7 @@ private int station_stat_xuhang; private Date station_xuhang_start_time; + private Date station_xuhang_end_time; private int station_xuhang_tlong; private String note; @@ -213,6 +214,13 @@ public void setStation_xuhang_start_time(Date station_xuhang_start_time) { this.station_xuhang_start_time = station_xuhang_start_time; } + + public Date getStation_xuhang_end_time() { + return station_xuhang_end_time; + } + public void setStation_xuhang_end_time(Date station_xuhang_end_time) { + this.station_xuhang_end_time = station_xuhang_end_time; + } public int getStation_xuhang_tlong() { return station_xuhang_tlong; } @@ -244,7 +252,8 @@ + station_dooropen_start_time + ", station_dooropen_tlong=" + station_dooropen_tlong + ", station_stat_xuhang=" + station_stat_xuhang + ", station_xuhang_start_time=" - + station_xuhang_start_time + ", station_xuhang_tlong=" + + station_xuhang_start_time + ", station_xuhang_end_time=" + + station_xuhang_end_time + ", station_xuhang_tlong=" + station_xuhang_tlong + ", note=" + note + ", stationName=" + stationName + ", stationName1=" + stationName1 + ", stationName2=" + stationName2 + ", stationName3=" @@ -256,4 +265,5 @@ + } -- Gitblit v1.9.1