📄 punish.java
字号:
package util;
public class Punish {
private long p_id = 0;
private float p_low = 0;
private float p_top = 0;
private String p_punish = "";
public long getP_id() {
return p_id;
}
public void setP_id(long p_id) {
this.p_id = p_id;
}
public float getP_low() {
return p_low;
}
public void setP_low(float p_low) {
this.p_low = p_low;
}
public String getP_punish() {
return p_punish;
}
public void setP_punish(String p_punish) {
this.p_punish = p_punish;
}
public float getP_top() {
return p_top;
}
public void setP_top(float p_top) {
this.p_top = p_top;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -