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 = "维修员名称")