From 425a0c6764e932594c7289a62c84fe7c695ee27a Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期一, 01 十二月 2025 15:02:38 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/BasAgvMast.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/BasAgvMast.java b/src/main/java/com/zy/asrs/entity/BasAgvMast.java
index 3d04eff..429a0c5 100644
--- a/src/main/java/com/zy/asrs/entity/BasAgvMast.java
+++ b/src/main/java/com/zy/asrs/entity/BasAgvMast.java
@@ -136,13 +136,20 @@
     @TableField("devp_id")
     private Integer devpId;
 
+    /**
+     * barcode
+     */
+    @ApiModelProperty(value= "barcode")
+    private String barcode;
+
     @ApiModelProperty(value= "浠诲姟绫诲瀷")
     @TableField("io_type")
-    private Integer ioType;
+    private Integer ioType;//AGV搴撲綅==銆嬭緭閫佺嚎绔欑偣  0  AGV搴撲綅==銆婣GV搴撲綅  1  杈撻�佺嚎绔欑偣==銆婣GV搴撲綅  2  杈撻�佺嚎绔欑偣==銆嬭緭閫佺嚎绔欑偣  3
 
     public BasAgvMast() {
         SnowflakeIdWorker snowflakeIdWorker = SpringUtils.getBean(SnowflakeIdWorker.class);
         this.timestamp = snowflakeIdWorker.nextId();
+        this.barcode = String.valueOf(snowflakeIdWorker.nextId());
 
         this.priority = 1L;
         this.status = 0;

--
Gitblit v1.9.1