SvgAttribute.java 377 Bytes
package com.bsth.entity.realcontrol;

import javax.persistence.Id;

/**
 * 主页SVG模拟图属性设置
 * Created by panzhao on 2017/1/6.
 */
public class SvgAttribute {

    @Id
    private String lineCode;

    /** 要隐藏的站点编码  , 号分割多个 */
    private String hideStations;

    /** 站点别名 json对象字符串 */
    private String nicknames;
}