package com.hssx.website.service.impl; import com.hssx.website.entity.OnlineApplication; import com.hssx.website.mapper.OnlineApplicationMapper; import com.hssx.website.service.OnlineApplicationService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** *

* 服务实现类 *

* * @author 吴涛涛 * @since 2019-11-21 */ @Service public class OnlineApplicationServiceImpl extends ServiceImpl implements OnlineApplicationService { }