111
Administrator
2025-11-12 8a7731d775057ccace9eabb238c1c9673d78dc85
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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{
 
}