Commit 3c00b31d4a7294dcd756669f27c020235b663a9b
1 parent
ff2b0fb3
换人换车添加班次id
Showing
1 changed file
with
11 additions
and
1 deletions
src/main/java/com/bsth/entity/mcy_forms/Changetochange.java
| ... | ... | @@ -12,6 +12,8 @@ public class Changetochange { |
| 12 | 12 | @GeneratedValue |
| 13 | 13 | private Integer id; |
| 14 | 14 | |
| 15 | + private Long sId; | |
| 16 | + | |
| 15 | 17 | private String rq;//日期 |
| 16 | 18 | |
| 17 | 19 | private String gs;//公司 |
| ... | ... | @@ -171,7 +173,15 @@ public class Changetochange { |
| 171 | 173 | public void setXgr(String xgr) { |
| 172 | 174 | this.xgr = xgr; |
| 173 | 175 | } |
| 174 | - | |
| 175 | 176 | |
| 177 | + public Long getsId() { | |
| 178 | + return sId; | |
| 179 | + } | |
| 180 | + | |
| 181 | + public void setsId(Long sId) { | |
| 182 | + this.sId = sId; | |
| 183 | + } | |
| 184 | + | |
| 185 | + | |
| 176 | 186 | |
| 177 | 187 | } | ... | ... |