rk
21 小时以前 4898564fb2510dcdbe10d01eaa94886512aebc77
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.DdNoticeConfig;
import com.github.yulichang.base.MPJBaseMapper;
 
/**
 * @author 江蹄蹄
 * @date 2025/10/14 15:11
 */
public interface DdNoticeConfigMapper extends MPJBaseMapper<DdNoticeConfig> {
 
}