首页 > 其他 > 详细

实体类

时间:2018-03-10 23:10:45      阅读:165      评论:0      收藏:0      [点我收藏+]

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.

实体类

原文:https://www.cnblogs.com/wangyuxin123/p/8542104.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!