package com.szwl.mapper; import com.szwl.model.entity.TShandeMch; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** *

* 杉德支付收款信息 Mapper 接口 *

* * @author wuhs * @since 2022-04-29 */ public interface TShandeMchMapper extends BaseMapper { }