package com.stylefeng.guns.modular.system.service.impl; import com.stylefeng.guns.modular.system.model.TWebsite; import com.stylefeng.guns.modular.system.dao.TWebsiteMapper; import com.stylefeng.guns.modular.system.service.ITWebsiteService; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** *

* 官网 服务实现类 *

* * @author stylefeng * @since 2022-12-28 */ @Service public class TWebsiteServiceImpl extends ServiceImpl implements ITWebsiteService { }