| | |
| | | package com.gs.xky.service.Impl; |
| | | package generator.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 generator.service.VwCjScSjTsBbService; |
| | | import generator.mapper.VwCjScSjTsBbMapper; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | /** |
| | | * @author Administrator |
| | | * @description 针对表【VW_CJ_SC_SJ_TS_BB】的数据库操作Service实现 |
| | | * @createDate 2025-11-12 16:42:06 |
| | | * @createDate 2025-11-12 19:44:46 |
| | | */ |
| | | @Service |
| | | public class VwCjScSjTsBbServiceImpl extends ServiceImpl<VwCjScSjTsBbMapper, VwCjScSjTsBb> |