zss
6 天以前 5d743b9c8e01163f23958f21cd520e070fce54af
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()
    {