11 lines
453 B
XML
11 lines
453 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.suisung.mall.admin.mapper.AccountBaseConfigMapper">
|
|
|
|
<!-- 通用查询结果列 -->
|
|
<sql id="Base_Column_List">
|
|
config_key, config_value, config_type, config_enable, config_comment, config_datatype, config_name, config_formater, config_category
|
|
</sql>
|
|
|
|
</mapper>
|