|  |  | 
 |  |  | package com.doumee.service.business; | 
 |  |  |  | 
 |  |  | import com.doumee.dao.business.vo.CabinetConfigDataVO; | 
 |  |  | 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; | 
 |  |  | import com.doumee.dao.business.model.JkCabinet; | 
 |  |  | 
 |  |  |     CabinetConfigDataVO getCabinetConfigDataVO(); | 
 |  |  |  | 
 |  |  |     void updCabinetConfig(CabinetConfigDataVO cabinetConfigDataVO); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 钥匙柜管理员 获取可管理的钥匙柜列表 | 
 |  |  |      * @param loginUserInfo | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     List<AdminCabinetVO> getAdminCabinetInfo(LoginUserInfo loginUserInfo); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 获取钥匙柜详情 | 
 |  |  |      * @param cabinetId | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     CabinetDetailVO getCabinetDetail(Integer cabinetId,LoginUserInfo loginUserInfo); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 获取钥匙柜下的人脸信息 | 
 |  |  |      * @param code | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     CabinetFaceVO getCabinetFaceVO(String code); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     CabinetInfoVO getCabinetInfoForDriver(String code); | 
 |  |  |  | 
 |  |  |     void updateRunStatusById(Integer id); | 
 |  |  |  | 
 |  |  | } |