唐耀东
2022-05-23 dd296baf6463522b0a534b2eb2bc920a3928cd54
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.oa.mapper;
 
import com.ruoyi.oa.domain.DevPeripheralUnit;
import com.ruoyi.common.core.mybatisplus.core.BaseMapperPlus;
 
/**
 * 外设单元Mapper接口
 *
 * @author ruoyi
 * @date 2021-12-06
 */
public interface DevPeripheralUnitMapper extends BaseMapperPlus<DevPeripheralUnit> {
 
}