超v管理

This commit is contained in:
wuchunlei
2024-04-02 10:21:57 +08:00
parent 322eb45392
commit 015d8a9732
15 changed files with 317 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
package com.peanut.modules.common.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.peanut.modules.common.entity.UserVip;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface UserVipDao extends BaseMapper<UserVip> {
}