9 天以前 ca619eb86420eb46be3d9d254f5eab4c639e1bee
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()
    {