- package com.cyksj.mapper;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import com.cyksj.model.entity.GroupsRelationIndependentRenew;
- /**
- * 项目名: yhlxj
- * 文件名: GroupsRelationIndependentRenewMapper
- * 创建者: JavaZou
- * 创建时间:2023/11/27 15:27
- */
- public interface GroupsRelationIndependentRenewMapper extends BaseMapper<GroupsRelationIndependentRenew> {
- }
|