条码履历表 去除版本号字段

yun-zuoyi
王杰 4 years ago
parent f1db41f6ad
commit 697f7f1c2f

@ -36,11 +36,6 @@ 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 = "系统同步标志")

Loading…
Cancel
Save