|  |  |  | 
|---|
|  |  |  | package com.doumee.keyCabinet.http.param; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public class AlcoholTestAlarmParam { | 
|---|
|  |  |  | //柜子id | 
|---|
|  |  |  | private Integer cabinetId; | 
|---|
|  |  |  | //会员id | 
|---|
|  |  |  | private Integer memberId; | 
|---|
|  |  |  | private String alcoholNum; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getMemberId() { | 
|---|
|  |  |  | return memberId; | 
|---|
|  |  |  | 
|---|
|  |  |  | public void setMemberId(Integer memberId) { | 
|---|
|  |  |  | this.memberId = memberId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getAlcoholNum() { | 
|---|
|  |  |  | return alcoholNum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setAlcoholNum(String alcoholNum) { | 
|---|
|  |  |  | this.alcoholNum = alcoholNum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getCabinetId() { | 
|---|
|  |  |  | return cabinetId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setCabinetId(Integer cabinetId) { | 
|---|
|  |  |  | this.cabinetId = cabinetId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|