用水户和取水口信息
This commit is contained in:
@ -2,6 +2,7 @@ package com.fastbee.deviceModel.mapper;
|
||||
|
||||
import java.util.List;
|
||||
import com.fastbee.deviceModel.domain.DeviceModel;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 设备型号Mapper接口
|
||||
@ -9,6 +10,7 @@ import com.fastbee.deviceModel.domain.DeviceModel;
|
||||
* @author kerwincui
|
||||
* @date 2024-12-17
|
||||
*/
|
||||
@Mapper
|
||||
public interface DeviceModelMapper
|
||||
{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user