📄 songjianrukudan.java
字号:
package com.yuanjin.mtgx.entity;
public class SongJianRuKuDan {
private Long id;
private String sjbh;
private String mtpm;
private double frl;
private double hf;
private double hll;
private String status;
public SongJianRuKuDan() {
}
public SongJianRuKuDan(Long id, String sjbh, String mtpm, double frl, double hf, double hll, String status) {
super();
this.id = id;
this.sjbh = sjbh;
this.mtpm = mtpm;
this.frl = frl;
this.hf = hf;
this.hll = hll;
this.status = status;
}
public double getFrl() {
return frl;
}
public void setFrl(double frl) {
this.frl = frl;
}
public double getHf() {
return hf;
}
public void setHf(double hf) {
this.hf = hf;
}
public double getHll() {
return hll;
}
public void setHll(double hll) {
this.hll = hll;
}
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getMtpm() {
return mtpm;
}
public void setMtpm(String mtpm) {
this.mtpm = mtpm;
}
public String getSjbh() {
return sjbh;
}
public void setSjbh(String sjbh) {
this.sjbh = sjbh;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -