Skip to content

Commit

Permalink
more and more
Browse files Browse the repository at this point in the history
  • Loading branch information
sodaRyCN committed May 23, 2024
1 parent e22a385 commit b3ac90b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public class EventMeshDataSource implements Serializable {

private Integer dataType;

private String address;

private String description;

private String configuration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<resultMap id="BaseResultMap" type="com.apache.eventmesh.admin.server.web.db.entity.EventMeshDataSource">
<id property="id" column="id" jdbcType="INTEGER"/>
<result property="dataType" column="dataType" jdbcType="INTEGER"/>
<result property="address" column="address" jdbcType="VARCHAR"/>
<result property="description" column="description" jdbcType="VARCHAR"/>
<result property="configuration" column="configuration" jdbcType="VARCHAR"/>
<result property="createUid" column="createUid" jdbcType="INTEGER"/>
Expand Down

0 comments on commit b3ac90b

Please sign in to comment.