package com.gs.xky.mapper;
|
|
import com.gs.xky.entity.VwCjScSjTsBbMonth;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
/**
|
* @author Administrator
|
* @description 针对表【VW_CJ_SC_SJ_TS_BB_MONTH】的数据库操作Mapper
|
* @createDate 2025-11-12 19:45:00
|
* @Entity com.gs.xky.entity.VwCjScSjTsBbMonth
|
*/
|
public interface VwCjScSjTsBbMonthMapper extends BaseMapper<VwCjScSjTsBbMonth> {
|
|
}
|