2025-11-03 16:47:35 +08:00
|
|
|
package com.gunshi.project.hsz.mapper;
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
2025-11-05 09:38:37 +08:00
|
|
|
import com.gunshi.project.hsz.common.model.JcskByB;
|
2025-11-03 16:47:35 +08:00
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
|
|
|
|
|
@Mapper
|
|
|
|
|
public interface WaterDeviceMapper extends BaseMapper<JcskByB> {
|
|
|
|
|
}
|