111
Administrator
2025-11-12 19ac3c7807124ef5ecf26f0e17d06ed5c00c815f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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<VwCjScSjTsBbMapper, VwCjScSjTsBb>
    implements VwCjScSjTsBbService{
 
}