|
@@ -163,12 +163,6 @@ public class ProcessDefinition {
|
|
|
@TableField(exist = false)
|
|
|
private String modifyBy;
|
|
|
|
|
|
- /**
|
|
|
- * resource ids
|
|
|
- */
|
|
|
- @TableField(exist = false)
|
|
|
- private String resourceIds;
|
|
|
-
|
|
|
/**
|
|
|
* warningGroupId
|
|
|
*/
|
|
@@ -345,14 +339,6 @@ public class ProcessDefinition {
|
|
|
this.scheduleReleaseState = scheduleReleaseState;
|
|
|
}
|
|
|
|
|
|
- public String getResourceIds() {
|
|
|
- return resourceIds;
|
|
|
- }
|
|
|
-
|
|
|
- public void setResourceIds(String resourceIds) {
|
|
|
- this.resourceIds = resourceIds;
|
|
|
- }
|
|
|
-
|
|
|
public int getTimeout() {
|
|
|
return timeout;
|
|
|
}
|
|
@@ -472,7 +458,6 @@ public class ProcessDefinition {
|
|
|
+ ", tenantId=" + tenantId
|
|
|
+ ", tenantCode='" + tenantCode + '\''
|
|
|
+ ", modifyBy='" + modifyBy + '\''
|
|
|
- + ", resourceIds='" + resourceIds + '\''
|
|
|
+ ", warningGroupId=" + warningGroupId
|
|
|
+ '}';
|
|
|
}
|