Your Name
2023-09-13 284acb892ee4e49ecba3e4d1fe4e9728e78672c6
java110-bean/src/main/java/com/java110/dto/resource/ResourceAuditFlowDto.java
@@ -28,6 +28,8 @@
    private String flowName;
    private String auditType;
    private String communityId;
    private Date createTime;
@@ -98,4 +100,12 @@
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}