⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 loanrecord.java

📁 图书馆管理系统!利用java的mvc开发!
💻 JAVA
字号:
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package cn.edu.jmu.beans;import java.util.Date;/** * * @author jiangchen */public class LoanRecord {    private int lid;    private int brid;    private int bid;    private Date brDate;    private int reloanDateNum;    private Date lastBackDate;    public int getLid() {        return lid;    }    public void setLid(int lid) {        this.lid = lid;    }    public int getBrid() {        return brid;    }    public void setBrid(int brid) {        this.brid = brid;    }    public int getBid() {        return bid;    }    public void setBid(int bid) {        this.bid = bid;    }    public Date getBrDate() {        return brDate;    }    public void setBrDate(Date brDate) {        this.brDate = brDate;    }    public int getReloanDateNum() {        return reloanDateNum;    }    public void setReloanDateNum(int reloanDateNum) {        this.reloanDateNum = reloanDateNum;    }    public Date getLastBackDate() {        return lastBackDate;    }    public void setLastBackDate(Date lastBackDate) {        this.lastBackDate = lastBackDate;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -