王杰:条码履历表 增加 版本号 系统同步标志字段

yun-zuoyi
castle.zang 4 years ago
parent b60832e19d
commit a87c1bf9c2

@ -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