| | |
| | | /** |
| | | * 项目id |
| | | */ |
| | | private Long projectId; |
| | | private String projectId; |
| | | |
| | | /** |
| | | * 流程实例id |
| | |
| | | * @param taskId 任务id |
| | | * @param otherData 其它数据 |
| | | */ |
| | | public TaskLogEvent(Object source,Long id,Long userId, Long projectId, String processInsId, String taskId, String taskDefKey, String taskName,ProcessLogEventTypeEnum eventType, Object otherData) { |
| | | public TaskLogEvent(Object source,Long id,Long userId, String projectId, String processInsId, String taskId, String taskDefKey, String taskName,ProcessLogEventTypeEnum eventType, Object otherData) { |
| | | super(source); |
| | | this.id = id; |
| | | this.userId = userId; |