huanghongfa
2022-06-29 ccd28a0c35e8fff74da6ef63042fb8a896d78f7f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.panzhihua.service_community.dao;
 
import org.apache.ibatis.annotations.Mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.panzhihua.service_community.model.dos.EldersAuthFeedbackDO;
 
/**
 * @author xyh
 * @date 2021/6/9 14:34
 */
@Mapper
public interface EldersAuthElderlyDAO extends BaseMapper<EldersAuthFeedbackDO> {
 
}