- package com.szwl.mapper;
- import com.szwl.model.entity.TShandeMch;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * 杉德支付收款信息 Mapper 接口
- * </p>
- *
- * @author wuhs
- * @since 2022-04-29
- */
- public interface TShandeMchMapper extends BaseMapper<TShandeMch> {
- }
|