feat: 接口
This commit is contained in:
+15
@@ -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> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user