wl
2022-10-24 9969bea2a8c1eab64c12a51a2d24d65e5b6c0dd0
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> {
 
}