首页>代码>基于springboot+MySQL的养老院管理系统>/info-manage-main/src/main/java/com/sm/graduation/accident/pojo/AccidentRecord.java
package com.sm.graduation.accident.pojo;


import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class AccidentRecord {
	public Long getId() {
		return id;
	}
	public void setId(Long id) {
		this.id = id;
	}
	public String getAccident() {
		return accident;
	}
	public void setAccident(String accident) {
		this.accident = accident;
	}
	public String getDesc() {
		return desc;
	}
	public void setDesc(String desc) {
		this.desc = desc;
	}
	public String getAccTime() {
		return accTime;
	}
	public void setAccTime(String accTime) {
		this.accTime = accTime;
	}
	public Long getLoss() {
		return loss;
	}
	public void setLoss(Long loss) {
		this.loss = loss;
	}
	/** 编号 */
	private Long id;
	/** 事故 */
	private String accident;
	private String desc;
	/** 年月 */
	private String accTime;
	/** 损失 */
	private Long loss;

}
最近下载更多
citybird  LV4 前天
gxqgwq  LV6 11月16日
hx0204  LV2 11月2日
wuying8208  LV15 10月23日
韩健威  LV3 9月18日
yyhrhv  LV8 9月3日
绝对零度  LV4 8月8日
TY0165  LV20 6月16日
叉烧君  LV3 5月24日
genyuan2014  LV6 5月7日
最近浏览更多
citybird  LV4 前天
暂无贡献等级
gxqgwq  LV6 11月16日
hx0204  LV2 11月2日
shunlun8855  LV1 10月25日
wuying8208  LV15 10月23日
daisys  LV2 10月14日
xp95323  LV14 10月11日
zzhyyds 10月11日
暂无贡献等级
qwerty_u 9月30日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友