huminmin
6 天以前 f0c9e6b084a06628b9a0b750e972bd25c38c97d6
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()
    {