|
|
@@ -5,7 +5,6 @@ import com.xunmei.system.api.domain.iot.IotDeviceInfoExtend;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
-@Mapper
|
|
|
public interface IotDeviceInfoExtendMapper extends BaseMapper<IotDeviceInfoExtend> {
|
|
|
IotDeviceInfoExtend selectByProductDeviceNameAndToken(@Param("token") String token, @Param("deviceTypeCode") String deviceTypeCode, @Param("deviceName") String deviceName);
|
|
|
|