p-honggang.li
2025-09-03 d3b39a582e3ae6ccd98f0a6999e7fb325f8e94da
1
2
3
4
5
6
7
8
9
package com.webmanage.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.webmanage.entity.PointsTransaction;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface PointsTransactionMapper extends BaseMapper<PointsTransaction> {
}