init
This commit is contained in:
14
ruoyi-cai/src/main/java/com/ruoyi/cai/mapper/GiftMapper.java
Normal file
14
ruoyi-cai/src/main/java/com/ruoyi/cai/mapper/GiftMapper.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package com.ruoyi.cai.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ruoyi.cai.domain.Gift;
|
||||
|
||||
/**
|
||||
* 礼物Mapper接口
|
||||
*
|
||||
* @author 77
|
||||
* @date 2023-12-23
|
||||
*/
|
||||
public interface GiftMapper extends BaseMapper<Gift> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user