maven
5 天以前 1f81840839e868b5a0c9689e78767ff97b683e4e
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()
    {