package com.cabletech.business.resource.model;
import com.cabletech.common.base.BaseEntity;
/**
* 站点信息
* @author zhaobi 2012-7-18 创建
*/
public class ResSite{
/**
* 系统编号
*/
private String xtbh;
/**
* 站点名称
*/
private String zdmc;
/**
* 站点编号
*/
private String zdbh;
/**
* 精度
*/
private String lon;
/**
* 维度
*/
private String lat;
}