rev:修改实体主键注解
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user