Commit af7dabc58e710705733f4af51a051f155b3ce73f

Authored by 潘钊
1 parent a91270f4

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 +
3 5 /**
4 6 * 路段
5 7 * Created by panzhao on 2017/9/1.
6 8 */
7 9 public class LD_Section {
8 10  
  11 + @JsonIgnore
9 12 /** 路段编码 */
10 13 private String sectionCode;
11 14  
... ...