package com.gs.dingtalk.service; import com.baomidou.mybatisplus.extension.service.IService; import com.gs.dingtalk.entity.SendDingtalk; public interface SendDingtalkService extends IService { void getDingTalkUserId() throws Exception; void sendDingTalkFiveMinute() throws Exception; void sendDingTalkthirtyMinute() throws Exception; void chatSendMessage() throws Exception; }