liukangdong
2024-09-14 087719f7e94f194a21a91de74d9d262f7d9b50c3
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.system.model.Notices;
 
/**
 * @author 江蹄蹄
 * @date 2024/01/16 10:03
 */
public interface NoticesMapper extends BaseMapper<Notices> {
 
}