唐耀东
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.SgReserveIp;
import com.ruoyi.common.core.mybatisplus.core.BaseMapperPlus;
 
/**
 * 预留IPMapper接口
 *
 * @author ruoyi
 * @date 2022-05-10
 */
public interface SgReserveIpMapper extends BaseMapperPlus<SgReserveIp> {
 
}