jiangqs
2023-06-18 c00d0d3bc399b6648145dfd955cedbea90f5f99d
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/poji/sys/SysLogininfor.java
@@ -40,6 +40,9 @@
    @Excel(name = "访问时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
    private Date accessTime;
    @Excel(name = "登陆端0系统1商户端2员工端3用户端")
    private Integer loginFrom;
    public Long getInfoId()
    {
        return infoId;
@@ -99,4 +102,12 @@
    {
        this.accessTime = accessTime;
    }
    public Integer getLoginFrom() {
        return loginFrom;
    }
    public void setLoginFrom(Integer loginFrom) {
        this.loginFrom = loginFrom;
    }
}