| | |
| | | @TableField("business_type") |
| | | private ActivitiBusinessType businessType; |
| | | |
| | | private transient String businessTypeStr; |
| | | private transient String processName; |
| | | private transient String nextInfo; |
| | | |
| | | |
| | | public String getProcessName() { |
| | | return processName; |
| | | } |
| | | |
| | | public Flows setProcessName(String processName) { |
| | | this.processName = processName; |
| | | return this; |
| | | } |
| | | |
| | | public String getNextInfo() { |
| | | return nextInfo; |
| | | } |
| | | |
| | | public Flows setNextInfo(String nextInfo) { |
| | | this.nextInfo = nextInfo; |
| | | return this; |
| | | } |
| | | |
| | | public String getUserName() { |
| | | return userName; |
| | | } |
| | | |
| | | public Flows setUserName(String userName) { |
| | | this.userName = userName; |
| | | return this; |
| | | } |
| | | |
| | | private transient String userName; |
| | | |
| | | @TableField("create_time") |
| | | private Date createTime; |
| | | |
| | |
| | | @TableField(exist = false) |
| | | private Integer recordCount; |
| | | |
| | | public String getBusinessTypeStr() { |
| | | return businessTypeStr; |
| | | } |
| | | |
| | | public Flows setBusinessTypeStr(String businessTypeStr) { |
| | | this.businessTypeStr = businessTypeStr; |
| | | return this; |
| | | } |
| | | |
| | | public Integer getRecordCount() { |
| | | return recordCount; |
| | | } |