adapter/persistence/src/main/java/org/apache/rocketmq/eventbridge/adapter/persistence/apidestination/mybatis/dataobject/ApiDestinationDO.java [31:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private String accountId;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.name
     *
     * @mbggenerated
     */
    private String name;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.protocol
     *
     * @mbggenerated
     */
    private String protocol;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.connection_name
     *
     * @mbggenerated
     */
    private String connectionName;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.invocation_rate_limit_per_second
     *
     * @mbggenerated
     */
    private Integer invocationRateLimitPerSecond;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.description
     *
     * @mbggenerated
     */
    private String description;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.gmt_create
     *
     * @mbggenerated
     */
    private Date gmtCreate;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.gmt_modify
     *
     * @mbggenerated
     */
    private Date gmtModify;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



domain/src/main/java/org/apache/rocketmq/eventbridge/domain/model/apidestination/ApiDestinationDTO.java [41:97]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private String accountId;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.name
     *
     * @mbggenerated
     */
    private String name;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.protocol
     *
     * @mbggenerated
     */
    private String protocol;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.connection_name
     *
     * @mbggenerated
     */
    private String connectionName;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.invocation_rate_limit_per_second
     *
     * @mbggenerated
     */
    private Integer invocationRateLimitPerSecond;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.description
     *
     * @mbggenerated
     */
    private String description;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.gmt_create
     *
     * @mbggenerated
     */
    private Date gmtCreate;

    /**
     * This field was generated by MyBatis Generator. This field corresponds to the database column
     * event_api_destination.gmt_modify
     *
     * @mbggenerated
     */
    private Date gmtModify;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



