Commit 35288e864e2d281676239e17df728d38ea5db342
1 parent
af7dabc5
update...
Showing
1 changed file
with
0 additions
and
3 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 | - | ||
| 5 | /** | 3 | /** |
| 6 | * 路段 | 4 | * 路段 |
| 7 | * Created by panzhao on 2017/9/1. | 5 | * Created by panzhao on 2017/9/1. |
| 8 | */ | 6 | */ |
| 9 | public class LD_Section { | 7 | public class LD_Section { |
| 10 | 8 | ||
| 11 | - @JsonIgnore | ||
| 12 | /** 路段编码 */ | 9 | /** 路段编码 */ |
| 13 | private String sectionCode; | 10 | private String sectionCode; |
| 14 | 11 |