|  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.PageData; | 
|---|
|  |  |  | import com.doumee.core.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.dao.business.model.YwDevice; | 
|---|
|  |  |  | import com.doumee.dao.business.vo.YwDeviceCateDataVO; | 
|---|
|  |  |  | import com.doumee.dao.business.vo.YwDeviceDataVO; | 
|---|
|  |  |  | import com.doumee.dao.business.vo.YwDeviceStatusDataVO; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  | import java.util.Set; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 运维设备信息表Service定义 | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | YwDevice findByCode(String deviceCode); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Set<YwDeviceCateDataVO> getDeviceCateData(YwDevice model); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | YwDeviceStatusDataVO getDeviceStatus(YwDevice model); | 
|---|
|  |  |  | } | 
|---|