tjx
2025-11-12 21b96d6a4e042df7e45dce85b3f501c142a38247
src/main/java/com/gs/xky/service/Impl/VwCjScSjTsBbMonthServiceImpl.java
@@ -1,19 +1,19 @@
package generator.service.impl;
package com.gs.xky.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 com.gs.xky.service.VwCjScSjTsBbMonthService;
import org.springframework.stereotype.Service;
/**
* @author Administrator
* @description 针对表【VW_CJ_SC_SJ_TS_BB_MONTH】的数据库操作Service实现
* @createDate 2025-11-12 19:45:00
*/
 * @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{
        implements VwCjScSjTsBbMonthService {
}