blob: c69109c9e00520e200c8f3c1ba8db52ca2c4d3f1 [file] [log] [blame]
package com.pt5.pthouduan.mapper;
import com.pt5.pthouduan.entity.Promotions;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author ljx
* @since 2025-04-14
*/
@Mapper
public interface PromotionsMapper extends BaseMapper<Promotions> {
}