tjx
2025-11-12 e84eb88617326313e9f4543a2220a68e8f119dce
src/main/java/com/gs/xky/service/VwCjScSjTsBbService.java
@@ -1,13 +1,19 @@
package com.gs.xky.service;
import generator.domain.VwCjScSjTsBb;
import com.baomidou.mybatisplus.extension.service.IService;
import com.gs.xky.entity.VwCjScSjTsBb;
/**
* @author Administrator
* @description 针对表【VW_CJ_SC_SJ_TS_BB】的数据库操作Service
* @createDate 2025-11-12 16:42:06
*/
 * @author Administrator
 * @description 针对表【VW_CJ_SC_SJ_TS_BB】的数据库操作Service
 * @createDate 2025-11-12 16:42:06
 */
public interface VwCjScSjTsBbService extends IService<VwCjScSjTsBb> {
    /**
     * 导出数据到Excel并发送钉钉消息
     *
     * @return 是否成功
     */
    boolean exportAndSendToDingtalk() throws Exception;
}