liukangdong
2024-11-19 9da6ce44374ca50046c5f4a70e02ed20e2052dff
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.YwProject;
 
/**
 * @author 江蹄蹄
 * @date 2024/11/19 16:07
 */
public interface YwProjectMapper extends BaseMapper<YwProject> {
 
}