#
Junjie
7 小时以前 34cd0f3cde43466ea52098842085be919f7f7bd8
src/main/java/com/zy/system/entity/UserLogin.java
@@ -43,8 +43,8 @@
    /**
     * 登录系统
     */
    @TableField("system")
    private String system;
    @TableField("system_type")
    private String systemType;
    public Long getId() {
        return id;
@@ -93,11 +93,11 @@
        this.createTime = createTime;
    }
    public String getSystem() {
        return system;
    public String getSystemType() {
        return systemType;
    }
    public void setSystem(String system) {
        this.system = system;
    public void setSystemType(String systemType) {
        this.systemType = systemType;
    }
}