Merge pull request '条码履历表 增加 版本号 系统同步标志字段' (#292) from jhforever.wang/wangjie-i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/292
yun-zuoyi
臧学普 4 years ago
commit f1db41f6ad

@ -36,6 +36,16 @@ import java.io.Serializable;
public class MesProduceSnTravel extends BaseBean implements Serializable {
private static final long serialVersionUID = -1807953720033107108L;
@Version
@Column(name = "LOCK_VERSION")
@ApiParam(value = "乐观锁", example = "1")
public Integer lockVersion;
@Column(name = "SYSTEM_SYNC_STATUS")
@ColumnDefault("2")
@ApiParam(value = "系统同步标志")
public Integer systemSyncStatus;
@Column(name = "SERIAL_NUMBER")
@ApiParam("过程条码")
private String serialNumber;

Loading…
Cancel
Save