12 lines
473 B
XML
12 lines
473 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.shop.base.mapper.ShopBaseStateCodeMapper">
|
|
|
|
<!-- 通用查询结果列 -->
|
|
<sql id="Base_Column_List">
|
|
state_code_id
|
|
, state_code_name, state_code_text_1, state_code_text_2, state_code_text_3, state_code_code, state_code_remark, state_category
|
|
</sql>
|
|
|
|
</mapper>
|