liu
2026-09-02 1fb5fc73e8df33b25337ab34f669ab03e0d9ce06
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.iocoder.yudao.module.system.dal.mysql.companyconfig;
 
import cn.iocoder.yudao.framework.mybatis.core.mapper.BaseMapperX;
import cn.iocoder.yudao.module.system.dal.dataobject.companyconfig.SystemCompanyConfigDO;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * 公司品牌信息配置 Mapper
 *
 * @author 超级管理员
 */
@Mapper
public interface SystemCompanyConfigMapper extends BaseMapperX<SystemCompanyConfigDO> {
 
}