?? rent.java
字號:
package domain;
public class Rent {
private int rentId;
private String devicename;
private int deviceId;
private int rentuserId;
private String rentuserName;
private String rentphone;
private int leaseuserId;
private String leaseuserName;
private String leasephone;
private java.sql.Timestamp renttime;
private java.sql.Timestamp backtime;
private java.sql.Timestamp shouldbacktime;//搴斿綊榪樻棩鏈
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -