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; } }