java110-bean/src/main/java/com/java110/dto/resource/ResourceAuditFlowDto.java
@@ -21,7 +21,7 @@ private String storeId; private String flowId; private String flowName; private String flowType; private String auditType; private Date createTime; @@ -69,14 +69,14 @@ this.flowName = flowName; } public String getFlowType() { return flowType; public String getAuditType() { return auditType; } public void setFlowType(String flowType) { this.flowType = flowType; public void setAuditType(String auditType) { this.auditType = auditType; } public Date getCreateTime() { return createTime;