喜喜代码框架

This commit is contained in:
2026-04-05 22:49:24 +08:00
parent 6043dc2665
commit 22af251ae9
10 changed files with 943 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
package com.rj.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.rj.entity.LoveWhoI;
/**
* 个人恋爱/择偶自我介绍画像表 Mapper
*
* @author system
* @since 2026-04-05
*/
public interface LoveWhoIMapper extends BaseMapper<LoveWhoI> {
}