From 536a49fb5466ebf684f0589ef7d9828ebd426202 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期四, 25 九月 2025 14:11:23 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/model/command/LiftCommand.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/core/model/command/LiftCommand.java b/src/main/java/com/zy/core/model/command/LiftCommand.java
index e3d5fd2..44c24a5 100644
--- a/src/main/java/com/zy/core/model/command/LiftCommand.java
+++ b/src/main/java/com/zy/core/model/command/LiftCommand.java
@@ -30,11 +30,21 @@
     private Integer pick;
 
     /**
+     * 鍙栬揣灞�
+     */
+    private Integer pickLev;
+
+    /**
      * 鏀捐揣鏁版嵁
      */
     private Integer put;
 
     /**
+     * 鏀捐揣灞�
+     */
+    private Integer putLev;
+
+    /**
      * 鍛戒护鏄惁瀹屾垚,榛樿false鏈畬鎴�
      */
     private Boolean complete = false;

--
Gitblit v1.9.1