| | |
| | | package cn.flightfeather.supervision.lightshare.service |
| | | |
| | | import cn.flightfeather.supervision.common.wx.MessageWxVo |
| | | import cn.flightfeather.supervision.domain.entity.MeetingInfo |
| | | import cn.flightfeather.supervision.domain.entity.VMRoom |
| | | import cn.flightfeather.supervision.lightshare.vo.LedgerSubTypeVo |
| | |
| | | fun pushMeetingReleaseNotification(meetingVo: MeetingInfo, roomVo: VMRoom?, userId: String, title: String, body: String) |
| | | |
| | | fun releaseNotice(userId: String, noticeVo: NotificationVo): Boolean |
| | | |
| | | fun pushMsgWx(templateId: Int): String |
| | | } |