From 43f7d26190ac764076c3651ac361e6b963eb8ec6 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Mon, 23 Sep 2024 17:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BA=86=E9=9C=80=E6=B1=82=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/bonus/sgzb/base/api/domain/MaType.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgzb-api/sgzb-api-system/src/main/java/com/bonus/sgzb/base/api/domain/MaType.java b/sgzb-api/sgzb-api-system/src/main/java/com/bonus/sgzb/base/api/domain/MaType.java index 38bc931..3dc0e83 100644 --- a/sgzb-api/sgzb-api-system/src/main/java/com/bonus/sgzb/base/api/domain/MaType.java +++ b/sgzb-api/sgzb-api-system/src/main/java/com/bonus/sgzb/base/api/domain/MaType.java @@ -171,7 +171,7 @@ public class MaType extends BaseEntity { /** 库管员id */ @ApiModelProperty(value = "库管员id") - private long keeperUserId; + private Integer keeperUserId; /** 库管员名称 */ @ApiModelProperty(value = "库管员名称") @@ -180,7 +180,7 @@ public class MaType extends BaseEntity { /** 库管员id */ @ApiModelProperty(value = "维修员id") - private long repairUserId; + private Integer repairUserId; /** 维修员名称 */ @ApiModelProperty(value = "维修员名称")