tjx
2025-11-12 21b96d6a4e042df7e45dce85b3f501c142a38247
src/main/java/com/gs/xky/service/VwCjScSjTsBbMonthService.java
@@ -1,13 +1,13 @@
package generator.service;
package com.gs.xky.service;
import com.gs.xky.entity.VwCjScSjTsBbMonth;
import com.baomidou.mybatisplus.extension.service.IService;
import com.gs.xky.entity.VwCjScSjTsBbMonth;
/**
* @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
 */
public interface VwCjScSjTsBbMonthService extends IService<VwCjScSjTsBbMonth> {
}