Commit af7dabc58e710705733f4af51a051f155b3ce73f
1 parent
a91270f4
update...
Showing
1 changed file
with
3 additions
and
0 deletions
src/main/java/com/bsth/server_rs/base_info/section/entity/LD_Section.java
| 1 | package com.bsth.server_rs.base_info.section.entity; | 1 | package com.bsth.server_rs.base_info.section.entity; |
| 2 | 2 | ||
| 3 | +import com.fasterxml.jackson.annotation.JsonIgnore; | ||
| 4 | + | ||
| 3 | /** | 5 | /** |
| 4 | * 路段 | 6 | * 路段 |
| 5 | * Created by panzhao on 2017/9/1. | 7 | * Created by panzhao on 2017/9/1. |
| 6 | */ | 8 | */ |
| 7 | public class LD_Section { | 9 | public class LD_Section { |
| 8 | 10 | ||
| 11 | + @JsonIgnore | ||
| 9 | /** 路段编码 */ | 12 | /** 路段编码 */ |
| 10 | private String sectionCode; | 13 | private String sectionCode; |
| 11 | 14 |