All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zmops.zeus.dto.Item Maven / Gradle / Ivy

The newest version!
package com.zmops.zeus.dto;

/**
 * @author nantian created at 2021/8/23 15:14
 * 

* 对应设备的属性 */ public interface Item { /** * 设备ID 唯一 * * @return string */ String host(); /** * 属性标识 唯一 * * @return string */ String key(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy