Commit 35288e864e2d281676239e17df728d38ea5db342

Authored by 潘钊
1 parent af7dabc5

update...

src/main/java/com/bsth/server_rs/base_info/section/entity/LD_Section.java
1 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 5 * Created by panzhao on 2017/9/1.
8 6 */
9 7 public class LD_Section {
10 8  
11   - @JsonIgnore
12 9 /** 路段编码 */
13 10 private String sectionCode;
14 11  
... ...