package com.gs.xky.service.Impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import generator.domain.VwCjScSjTsBb; import com.gs.xky.service.VwCjScSjTsBbService; import com.gs.xky.mapper.VwCjScSjTsBbMapper; import org.springframework.stereotype.Service; /** * @author Administrator * @description 针对表【VW_CJ_SC_SJ_TS_BB】的数据库操作Service实现 * @createDate 2025-11-12 16:42:06 */ @Service public class VwCjScSjTsBbServiceImpl extends ServiceImpl implements VwCjScSjTsBbService{ }