zhaohai666 commented on code in PR #11:
URL:
https://github.com/apache/rocketmq-eventbridge/pull/11#discussion_r875397847
##########
domain/src/main/java/org/apache/rocketmq/eventbridge/domain/model/apidestination/EventApiDestination.java:
##########
@@ -0,0 +1,348 @@
+package org.apache.rocketmq.eventbridge.domain.model.apidestination;
+
+import org.apache.commons.lang3.builder.EqualsBuilder;
+import org.apache.commons.lang3.builder.HashCodeBuilder;
+import org.apache.commons.lang3.builder.ToStringBuilder;
+
+import java.io.Serializable;
+import java.util.Date;
+
+public class EventApiDestination implements Serializable {
+ /**
+ * This field was generated by MyBatis Generator.
+ * This field corresponds to the database column event_api_destination.id
+ *
+ * @mbggenerated
+ */
+ private Integer id;
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]