- package com.szwl.mapper;
- import com.szwl.model.entity.TPrice;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * 金额表(如一个优惠码多少钱) Mapper 接口
- * </p>
- *
- * @author wuhs
- * @since 2022-06-30
- */
- public interface TPriceMapper extends BaseMapper<TPrice> {
- }
|