111
tjx
2 天以前 8c792bb3ce0d58b74b243186792e40814b5eb554
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.gs.dingtalk.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.gs.dingtalk.entity.VwCjScSjTsBbMonth;
 
/**
 * @author Administrator
 * @description 针对表【VW_CJ_SC_SJ_TS_BB_MONTH】的数据库操作Service
 * @createDate 2025-11-12 19:45:00
 */
public interface VwCjScSjTsBbMonthService extends IService<VwCjScSjTsBbMonth> {
 
}