TShandeMchMapper.java 299 B

12345678910111213141516
  1. package com.szwl.mapper;
  2. import com.szwl.model.entity.TShandeMch;
  3. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  4. /**
  5. * <p>
  6. * 杉德支付收款信息 Mapper 接口
  7. * </p>
  8. *
  9. * @author wuhs
  10. * @since 2022-04-29
  11. */
  12. public interface TShandeMchMapper extends BaseMapper<TShandeMch> {
  13. }