用水户和取水口信息

This commit is contained in:
小魔仙~
2024-12-19 10:39:18 +08:00
parent 9c6a8dc3e6
commit e1a420e5be
14 changed files with 1040 additions and 0 deletions

View File

@ -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
{
/**