blob: 817e555b1d1059082ff0454bdf353187c5936240 [file] [log] [blame]
package com.pt5.pthouduan.mapper;
import com.pt5.pthouduan.entity.Post;
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 PostMapper extends BaseMapper<Post> {
}