zhaohai666 commented on code in PR #11:
URL: 
https://github.com/apache/rocketmq-eventbridge/pull/11#discussion_r875398912


##########
domain/src/main/java/org/apache/rocketmq/eventbridge/domain/model/connection/EventConnection.java:
##########
@@ -0,0 +1,287 @@
+package org.apache.rocketmq.eventbridge.domain.model.connection;
+
+import org.apache.commons.lang3.builder.EqualsBuilder;
+import org.apache.commons.lang3.builder.HashCodeBuilder;
+
+import java.io.Serializable;
+import java.util.Date;
+
+public class EventConnection implements Serializable {
+    /**
+     * This field was generated by MyBatis Generator.
+     * This field corresponds to the database column event_connection.id
+     *
+     * @mbggenerated
+     */
+    private Integer id;

Review Comment:
   processed



##########
domain/src/main/java/org/apache/rocketmq/eventbridge/domain/model/connection/EventConnection.java:
##########
@@ -0,0 +1,287 @@
+package org.apache.rocketmq.eventbridge.domain.model.connection;
+
+import org.apache.commons.lang3.builder.EqualsBuilder;
+import org.apache.commons.lang3.builder.HashCodeBuilder;
+
+import java.io.Serializable;
+import java.util.Date;
+
+public class EventConnection implements Serializable {

Review Comment:
   processed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to