|  |  |  | 
|---|
|  |  |  | package com.matrix.system.score.dao; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
|---|
|  |  |  | import com.matrix.system.score.entity.ScoreOrderEntity; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  | import java.util.Map; | 
|---|
|  |  |  | import com.matrix.core.pojo.PaginationVO; | 
|---|
|  |  |  | import com.matrix.system.score.entity.ScoreOrder; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * @author wzy | 
|---|
|  |  |  | * @date 2021-02-22 | 
|---|
|  |  |  | **/ | 
|---|
|  |  |  | public interface ScoreOrderDao extends BaseMapper<ScoreOrderEntity> { | 
|---|
|  |  |  | } | 
|---|
|  |  |  | * @description 订单表 | 
|---|
|  |  |  | * @author jyy | 
|---|
|  |  |  | * @date 2021-02-26 15:26 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public interface ScoreOrderDao extends BaseMapper<ScoreOrder> { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|