package com.example.web.mapper; import com.example.web.annotation.DataSource; import org.apache.ibatis.annotations.Mapper; @Mapper @DataSource("wechat") public interface SupplyCart_itemsMapper { }