Commit 9932f6db5a21499ab7f97faaa8da4de7f9ebeb23
1 parent
1d844605
加公里字段
Showing
2 changed files
with
22 additions
and
1 deletions
src/main/java/com/bsth/entity/realcontrol/ScheduleRealInfo.java
| ... | ... | @@ -105,6 +105,12 @@ public class ScheduleRealInfo { |
| 105 | 105 | |
| 106 | 106 | /**实际里程*/ |
| 107 | 107 | private Float realMileage; |
| 108 | + | |
| 109 | + /** 增加公里 */ | |
| 110 | + private Float addMileage; | |
| 111 | + | |
| 112 | + /** 抽减公里 */ | |
| 113 | + private Float remMileage; | |
| 108 | 114 | |
| 109 | 115 | /** 备注*/ |
| 110 | 116 | private String remarks; |
| ... | ... | @@ -447,4 +453,20 @@ public class ScheduleRealInfo { |
| 447 | 453 | public void setDfsjT(Long dfsjT) { |
| 448 | 454 | this.dfsjT = dfsjT; |
| 449 | 455 | } |
| 456 | + | |
| 457 | + public Float getAddMileage() { | |
| 458 | + return addMileage; | |
| 459 | + } | |
| 460 | + | |
| 461 | + public void setAddMileage(Float addMileage) { | |
| 462 | + this.addMileage = addMileage; | |
| 463 | + } | |
| 464 | + | |
| 465 | + public Float getRemMileage() { | |
| 466 | + return remMileage; | |
| 467 | + } | |
| 468 | + | |
| 469 | + public void setRemMileage(Float remMileage) { | |
| 470 | + this.remMileage = remMileage; | |
| 471 | + } | |
| 450 | 472 | } | ... | ... |
src/main/resources/static/pages/permission/dictionary/list.html