111
Administrator
2025-11-12 8a7731d775057ccace9eabb238c1c9673d78dc85
src/main/java/com/gs/xky/service/Impl/VwCjScSjTsBbServiceImpl.java
@@ -1,15 +1,15 @@
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>