java110
2022-06-28 22e8a676ee42c0d78b3526bcd9a635abbe8dca03
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;
    }
}