|  |  |  | 
|---|
|  |  |  | package com.doumee.service.business; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.doumee.dao.business.vo.AdminCabinetVO; | 
|---|
|  |  |  | import com.doumee.dao.business.vo.CabinetConfigDataVO; | 
|---|
|  |  |  | import com.doumee.dao.business.vo.CabinetDetailVO; | 
|---|
|  |  |  | import com.doumee.dao.business.vo.*; | 
|---|
|  |  |  | import com.doumee.service.business.third.model.LoginUserInfo; | 
|---|
|  |  |  | import com.doumee.service.business.third.model.PageData; | 
|---|
|  |  |  | import com.doumee.service.business.third.model.PageWrap; | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param cabinetId | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | CabinetDetailVO getCabinetDetail(Integer cabinetId); | 
|---|
|  |  |  | CabinetDetailVO getCabinetDetail(Integer cabinetId,LoginUserInfo loginUserInfo); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 获取钥匙柜下的人脸信息 | 
|---|
|  |  |  | * @param code | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | CabinetFaceVO getCabinetFaceVO(String code); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | CabinetInfoVO getCabinetInfoForDriver(String code); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void updateRunStatusById(Integer id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|