Merge branch 'dev' into test

yun-zuoyi
luweihao 5 years ago
commit be2f1cb146

@ -45,5 +45,5 @@ public class MesNumberSerialno extends BaseBean implements Serializable {
@Version @Version
@Column(name = "LOCK_VERSION") @Column(name = "LOCK_VERSION")
@ApiParam(value = "乐观锁", example = "1") @ApiParam(value = "乐观锁", example = "1")
public Integer lockVersion; public transient Integer lockVersion;
} }

@ -46,6 +46,11 @@ public class MesSyncDeadLetter extends BaseBean implements Serializable {
private String pcnCode; private String pcnCode;
@Lob @Lob
@Column(name = "EX_MSG")
@ApiParam("同步数据")
private String exMsg;
@Lob
@Column(name = "DATA") @Column(name = "DATA")
@ApiParam("同步数据") @ApiParam("同步数据")
private String data; private String data;

Loading…
Cancel
Save