maven
9 天以前 f82cee1c3e8ff2d7fd62f01f6dfe4ea2b9d5e7d1
src/main/java/com/ruoyi/framework/security/LoginBody.java
@@ -25,7 +25,17 @@
    /**
     * 唯一标识
     */
    private String uuid = "";
    private String uuid;
    private Long factoryId;
    public Long getFactoryId() {
        return factoryId;
    }
    public void setFactoryId(Long factoryId) {
        this.factoryId = factoryId;
    }
    public String getUsername()
    {