huliguo
9 天以前 be2e00346362a9a3ff4f1a46de134639c73953ed
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> {
 
}