#
Junjie
2024-09-26 ac45194a5ff830a0f355a76a202e1d4f1d15a35b
1
2
3
4
5
6
7
8
9
<?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.zy.asrs.wms.asrs.mapper.CacheSiteMapper">
 
    <select id="getChannelList" resultType="string">
        select distinct channel from man_cache_site
    </select>
 
</mapper>