guyue
3 天以前 0fc5865ab5f1df62cb948fbb97c2207b5bd855f9
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/UserInfo.java
@@ -146,6 +146,17 @@
    private Date bindExpireDate;
    private Date bindDate;
    public Date getBindDate() {
        return bindDate;
    }
    public void setBindDate(Date bindDate) {
        this.bindDate = bindDate;
    }
    public Integer getBindDriverId() {
        return bindDriverId;
    }