mitao
2024-08-22 b4e0d41d741448cf03515bc6370db81f1b61f259
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.xinquan.system.mapper;
 
import com.xinquan.system.domain.ContentSetting;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 内容设置表 Mapper 接口
 * </p>
 *
 * @author mitao
 * @since 2024-08-21
 */
public interface ContentSettingMapper extends BaseMapper<ContentSetting> {
 
}