package com.xjrsoft.module.base.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.base.entity.BaseSystemConfig; import org.apache.ibatis.annotations.Mapper; /** *

* 系统参数配置 *

* * @author dzx * @since 2025年4月1日 */ @Mapper public interface BaseSystemConfigMapper extends MPJBaseMapper { }