package com.artfess.yhxt.push.vo;

import lombok.Data;

/**
 * @author zhx
 * @create 2021/10/20
 * 路产详情
 */
@Data
public class JV22BASESTRUCTDETAILVo {
    //路产编码
    private String code;
    //描述
    private String demo;
    //	点位
    private String ext;
    private String id;
    //组织编码
    private String orgCode;
    //标题
    private String title;
    //路产类型（area: 服务区,brg:桥梁,road:路段,stat:收费站,tunnel:隧道,route:车道,gantry:门架,video:监控,vms:情报板）
    private String type;
}
