puzhibing
2024-01-30 03f1f3372a10a08f96f3308bfa099e86a55046d0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.system.mapper.config;
 
import com.ruoyi.system.api.domain.poji.config.Activeness;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 活跃度配置 Mapper 接口
 * </p>
 *
 * @author jqs
 * @since 2023-05-25
 */
public interface ActivenessMapper extends BaseMapper<Activeness> {
 
}