实体类

package entity;
public class RainManage {
private int id; // 序号
private String districtName; // 区域名称
private Object monitorTime; // 监测时间
private int rain; // 雨量值
private String monitoringStation; // 监测站
private String monitoringAddress; // 站点地址

快捷键:alt+shift+s

set,toString,using.

posted @ 2018-03-10 21:23  王钰鑫  阅读(103)  评论(0编辑  收藏  举报