feat: 接口

This commit is contained in:
2025-08-30 00:20:42 +08:00
parent 6f8726000d
commit 6e31de7ac6
5 changed files with 260 additions and 0 deletions
@@ -0,0 +1,15 @@
package com.byhah.cloud.orm.mapper.website;
import com.byhah.cloud.autoconfigure.IBaseMapper;
import com.byhah.cloud.basic.core.entity.system.SysUser;
import com.byhah.cloud.basic.core.entity.website.WebsiteBaseInfo;
/**
* 网站基础信息Mapper接口
*
* @author ZYJ
**/
public interface IWebsiteBaseInfoMapper extends IBaseMapper<WebsiteBaseInfo> {
}