Skip to content

Commit

Permalink
table ...
Browse files Browse the repository at this point in the history
  • Loading branch information
meetzy committed Feb 19, 2019
1 parent 251f4ef commit 3cadf08
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,19 @@ public class TxException {
/**
* 事务组ID
*/
@Column(length = 60)
private String groupId;

/**
* 事务单元ID
*/
@Column(length = 60)
private String unitId;

/**
* 资源管理服务地址
*/
@Column(length = 100)
private String modId;

/**
Expand Down

0 comments on commit 3cadf08

Please sign in to comment.