package com.hollywood.applet.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.hollywood.applet.mapper.TAdvertisementConfigMapper; import com.hollywood.applet.service.TAdvertisementConfigService; import com.hollywood.common.model.TAdvertisementConfig; import org.springframework.stereotype.Service; /** *

* 广告配置 服务实现类 *

* * @author xiaochen * @since 2024-02-29 */ @Service public class TAdvertisementConfigServiceImpl extends ServiceImpl implements TAdvertisementConfigService { }