chenhj
5 天以前 4b9dc71d162f3fcd79bc88b170154b7516fc4962
src/main/java/com/ruoyi/framework/security/LoginBody.java
@@ -27,6 +27,16 @@
     */
    private String uuid;
    private Long factoryId;
    public Long getFactoryId() {
        return factoryId;
    }
    public void setFactoryId(Long factoryId) {
        this.factoryId = factoryId;
    }
    public String getUsername()
    {
        return username;