📄 record.java~2~
字号:
package text;
public class Record{
public Record(){
}
private String CardId;
private String ComputerId;
private String BeginTime;
private String EndTime;
private double Fee;
public String getCardId(){
return this.CardId;
}
public void setCardId(String CardId){
this.CardId=CardId;
}
public String getBeginTime(){
return this.BeginTime;
}
public void setBeginTime(String BeginTime){
this.BeginTime=BeginTime;
}
public String getComputer(){
return this.CardId;
}
public void setComputer(String CardId){
this.CardId=CardId;
}
public int getFee(){
return this.getFee();
}
public void setFee(int Fee){
this.Fee=Fee;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -