rev:修改实体主键注解

This commit is contained in:
2024-01-24 15:15:36 +08:00
parent 2c76a7447f
commit f24646754e
10 changed files with 19 additions and 11 deletions

View File

@@ -34,10 +34,11 @@ public class BstIvtPackageinfoivt extends Model<BstIvtPackageinfoivt> {
private static final long serialVersionUID = -7739291296662381393L;
@TableId(value = "ivt_id", type = IdType.NONE)
/**
* 库存记录标识
*/
@TableId(value = "ivt_id", type = IdType.NONE)
private Long ivt_id;

View File

@@ -34,10 +34,11 @@ public class SchBasePoint extends Model<SchBasePoint> {
private static final long serialVersionUID = -7739291296662381393L;
@TableId(value = "point_id", type = IdType.NONE)
/**
* 点位标识
*/
@TableId(value = "point_id", type = IdType.NONE)
private Long point_id;

View File

@@ -33,10 +33,11 @@ public class StIvtCoolregionio extends Model<StIvtCoolregionio> {
private static final long serialVersionUID = -7739291296662381393L;
@TableId(value = "iostorinv_id", type = IdType.NONE)
/**
* 出入单标识
*/
@TableId(value = "iostorinv_id", type = IdType.NONE)
private Long iostorinv_id;

View File

@@ -33,10 +33,11 @@ public class StIvtCutpointivt extends Model<StIvtCutpointivt> {
private static final long serialVersionUID = -7739291296662381393L;
@TableId(value = "ivt_id", type = IdType.NONE)
/**
* 库存记录标识
*/
@TableId(value = "ivt_id", type = IdType.NONE)
private Long ivt_id;

View File

@@ -32,11 +32,10 @@ import com.baomidou.mybatisplus.extension.activerecord.Model;
public class StIvtDeliverypointivt extends Model<StIvtDeliverypointivt> {
private static final long serialVersionUID = -7739291296662381393L;
@TableId(value = "ivt_id", type = IdType.NONE)
/**
* 库存记录标识
*/
@TableId(value = "ivt_id", type = IdType.NONE)
private Long ivt_id;

View File

@@ -33,10 +33,11 @@ public class StIvtEmptytubeivt extends Model<StIvtEmptytubeivt> {
private static final long serialVersionUID = -7739291296662381393L;
@TableId(value = "ivt_id", type = IdType.NONE)
/**
* 库存记录标识
*/
@TableId(value = "ivt_id", type = IdType.NONE)
private Long ivt_id;

View File

@@ -33,10 +33,11 @@ public class StIvtEmptyvehiclerecord extends Model<StIvtEmptyvehiclerecord> {
private static final long serialVersionUID = -7739291296662381393L;
@TableId(value = "record_uuid", type = IdType.NONE)
/**
* 记录标识
*/
@TableId(value = "record_uuid", type = IdType.NONE)
private Long record_uuid;

View File

@@ -33,10 +33,11 @@ public class StIvtHotpointivt extends Model<StIvtHotpointivt> {
private static final long serialVersionUID = -7739291296662381393L;
@TableId(value = "ivt_id", type = IdType.NONE)
/**
* 库存记录标识
*/
@TableId(value = "ivt_id", type = IdType.NONE)
private Long ivt_id;

View File

@@ -31,10 +31,11 @@ public class StIvtSbpointivt extends Model<StIvtSbpointivt> {
private static final long serialVersionUID = -7739291296662381393L;
@TableId(value = "point_id", type = IdType.NONE)
/**
* 点位标识
*/
@TableId(value = "point_id", type = IdType.NONE)
private Long point_id;

View File

@@ -33,10 +33,11 @@ public class StIvtShaftivt extends Model<StIvtShaftivt> {
private static final long serialVersionUID = -7739291296662381393L;
@TableId(value = "ivt_id", type = IdType.NONE)
/**
* 库存记录标识
*/
@TableId(value = "ivt_id", type = IdType.NONE)
private Long ivt_id;