喜喜代码框架

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.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.rj.entity.LoveWhoIPairsHope;
/**
* 择偶/恋爱期望画像表 服务类
*
* @author system
* @since 2026-04-05
*/
public interface ILoveWhoIPairsHopeService extends IService<LoveWhoIPairsHope> {
}