1
2
3
4
5
6
7
8
9
10
11
12
13
| package com.dy.pipIrrGlobal.daoIr;
|
| import org.apache.ibatis.annotations.Mapper;
|
| /**
| * @author :WuZeYu
| * @Date :2024/5/16 18:23
| * @LastEditTime :2024/5/16 18:23
| * @Description
| */
| @Mapper
| public interface IrIrrigateUnitMapper {
| }
|
|