java-mall/mall-pay/target/classes/mapper/pay/AccountBaseConfigMapper.xml
2024-10-26 10:01:40 +08:00

11 lines
451 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.pay.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>