From c7376f8d1091b70597ba4430a281496b585b386e Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期四, 23 十月 2025 21:58:26 +0800
Subject: [PATCH] 钥匙柜

---
 keyCabinet-android/app/src/main/java/com/doumee/keyCabinet/http/param/GetDriverGridParam.java |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/keyCabinet-android/app/src/main/java/com/doumee/keyCabinet/http/param/GetDriverGridParam.java b/keyCabinet-android/app/src/main/java/com/doumee/keyCabinet/http/param/GetDriverGridParam.java
index b6c2aab..70b7502 100644
--- a/keyCabinet-android/app/src/main/java/com/doumee/keyCabinet/http/param/GetDriverGridParam.java
+++ b/keyCabinet-android/app/src/main/java/com/doumee/keyCabinet/http/param/GetDriverGridParam.java
@@ -7,43 +7,43 @@
 //鑾峰彇鍙搷浣滄煖鏍� - 鍙告満
 public class GetDriverGridParam implements Serializable {
     //楠岃瘉浜轰富閿�
-    private int autoMemberId;
+    private Integer autoMemberId;
     //閽ュ寵鏌滀富閿�
-    private int cabinetId;
+    private Integer cabinetId;
     //鐢ㄦ埛涓婚敭
-    private int memberId;
+    private Integer memberId;
     //0=鍙� 1=杩�
-    private int type;
+    private Integer type;
 
-    public int getAutoMemberId() {
+    public Integer getAutoMemberId() {
         return autoMemberId;
     }
 
-    public void setAutoMemberId(int autoMemberId) {
+    public void setAutoMemberId(Integer autoMemberId) {
         this.autoMemberId = autoMemberId;
     }
 
-    public int getCabinetId() {
+    public Integer getCabinetId() {
         return cabinetId;
     }
 
-    public void setCabinetId(int cabinetId) {
+    public void setCabinetId(Integer cabinetId) {
         this.cabinetId = cabinetId;
     }
 
-    public int getMemberId() {
+    public Integer getMemberId() {
         return memberId;
     }
 
-    public void setMemberId(int memberId) {
+    public void setMemberId(Integer memberId) {
         this.memberId = memberId;
     }
 
-    public int getType() {
+    public Integer getType() {
         return type;
     }
 
-    public void setType(int type) {
+    public void setType(Integer type) {
         this.type = type;
     }
 }

--
Gitblit v1.9.3