java110
2022-05-16 99e411d6f6f49c1d2c875343173a1874fe2bfef0
java110-bean/src/main/java/com/java110/entity/component/ComponentValidateResult.java
@@ -18,10 +18,13 @@
        this.storeTypeCd = storeTypeCd;
        this.communityId = communityId;
        this.userId = userId;
        this.loginUserId = userId;
        this.userName = userName;
    }
    private String userId;
    private String loginUserId;
    private String userName;
@@ -73,4 +76,12 @@
    public void setUserName(String userName) {
        this.userName = userName;
    }
    public String getLoginUserId() {
        return loginUserId;
    }
    public void setLoginUserId(String loginUserId) {
        this.loginUserId = loginUserId;
    }
}