package generator.service.impl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.gs.xky.entity.VwCjScSjTsBbMonth;
|
import generator.service.VwCjScSjTsBbMonthService;
|
import com.gs.xky.mapper.VwCjScSjTsBbMonthMapper;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* @author Administrator
|
* @description 针对表【VW_CJ_SC_SJ_TS_BB_MONTH】的数据库操作Service实现
|
* @createDate 2025-11-12 19:45:00
|
*/
|
@Service
|
public class VwCjScSjTsBbMonthServiceImpl extends ServiceImpl<VwCjScSjTsBbMonthMapper, VwCjScSjTsBbMonth>
|
implements VwCjScSjTsBbMonthService{
|
|
}
|