liulin
2024-12-02 6fd24239bb78618b66184804febd849e70337839
1
2
3
4
5
6
7
8
9
10
package com.lunhan.xxx.repository.mapper;
 
import com.lunhan.xxx.repository.BasicMapper;import com.lunhan.xxx.repository.po.NoticePO;
 
/**
 * 公告 mapper
 * @author lin.liu
 */
public interface NoticeMapper extends BasicMapper<NoticePO> {
}