Commit 05d853980ea9e7043b03aae6c40dfbc8a81156b2
1 parent
54e4bbc8
迁移到 24
Showing
1 changed file
with
30 additions
and
0 deletions
src/main/java/com/bsth/server_ws/waybill/entity/NH_waybillItem.java
| @@ -25,6 +25,12 @@ public class NH_waybillItem { | @@ -25,6 +25,12 @@ public class NH_waybillItem { | ||
| 25 | /** 油耗类型1 */ | 25 | /** 油耗类型1 */ |
| 26 | private String m_strYHLX1; | 26 | private String m_strYHLX1; |
| 27 | 27 | ||
| 28 | + /** 加油地点2 */ | ||
| 29 | + private String m_strJYD2; | ||
| 30 | + /** 加油工工号2 */ | ||
| 31 | + private String m_strJYG2; | ||
| 32 | + /** 油耗类型2 */ | ||
| 33 | + private String m_strYHLX2; | ||
| 28 | 34 | ||
| 29 | /** 计划里程 */ | 35 | /** 计划里程 */ |
| 30 | private Double m_dblJHLC; | 36 | private Double m_dblJHLC; |
| @@ -365,4 +371,28 @@ public class NH_waybillItem { | @@ -365,4 +371,28 @@ public class NH_waybillItem { | ||
| 365 | public void setM_strYYZT(String m_strYYZT) { | 371 | public void setM_strYYZT(String m_strYYZT) { |
| 366 | this.m_strYYZT = m_strYYZT; | 372 | this.m_strYYZT = m_strYYZT; |
| 367 | } | 373 | } |
| 374 | + | ||
| 375 | + public String getM_strJYD2() { | ||
| 376 | + return m_strJYD2; | ||
| 377 | + } | ||
| 378 | + | ||
| 379 | + public void setM_strJYD2(String m_strJYD2) { | ||
| 380 | + this.m_strJYD2 = m_strJYD2; | ||
| 381 | + } | ||
| 382 | + | ||
| 383 | + public String getM_strJYG2() { | ||
| 384 | + return m_strJYG2; | ||
| 385 | + } | ||
| 386 | + | ||
| 387 | + public void setM_strJYG2(String m_strJYG2) { | ||
| 388 | + this.m_strJYG2 = m_strJYG2; | ||
| 389 | + } | ||
| 390 | + | ||
| 391 | + public String getM_strYHLX2() { | ||
| 392 | + return m_strYHLX2; | ||
| 393 | + } | ||
| 394 | + | ||
| 395 | + public void setM_strYHLX2(String m_strYHLX2) { | ||
| 396 | + this.m_strYHLX2 = m_strYHLX2; | ||
| 397 | + } | ||
| 368 | } | 398 | } |