| ¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.doumee.keyCabinet.http.param; |
| | | |
| | | import java.util.List; |
| | | |
| | | public class BatchOpenGridAdminParam { |
| | | //é¥åæä¸»é® |
| | | private Integer cabinetId; |
| | | //ææ ¼ä¸»é®å表 |
| | | private List<Integer> gridIdList; |
| | | //å¼å¯æ¹å¼ï¼0=ç³»ç»å¼å¯ï¼1=æå¨å¼å¯ |
| | | private int openType; |
| | | |
| | | public Integer getCabinetId() { |
| | | return cabinetId; |
| | | } |
| | | |
| | | public void setCabinetId(Integer cabinetId) { |
| | | this.cabinetId = cabinetId; |
| | | } |
| | | |
| | | public List<Integer> getGridIdList() { |
| | | return gridIdList; |
| | | } |
| | | |
| | | public void setGridIdList(List<Integer> gridIdList) { |
| | | this.gridIdList = gridIdList; |
| | | } |
| | | |
| | | public int getOpenType() { |
| | | return openType; |
| | | } |
| | | |
| | | public void setOpenType(int openType) { |
| | | this.openType = openType; |
| | | } |
| | | } |