pd
zhanghua
2022-09-22 eac2ad5bd985d8c4097ae2e3714135fbee78aee4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ycl.mapper.portal;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.entity.portal.ThirdApplications;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author wl
 * @since 2022-09-08
 */
public interface UmsThirdApplicationsMapper extends BaseMapper<ThirdApplications> {
 
}