📄 modelfour.java
字号:
package family.yin.senqi.model;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2006</p> * <p>Company: </p> * @author not attributable * @version 1.0 */public class ModelFour { private float totalMoney; private int type; private String recTime; public ModelFour() { } public float getTotalMoney() { return totalMoney; } public void setTotalMoney(float totalMoney) { this.totalMoney = totalMoney; } public int getType() { return type; } public void setType(int type) { this.type = type; } public String getRecTime() { return recTime; } public void setRecTime(String recTime) { this.recTime = recTime; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -