feat(0): [wcf-bmc]-代码注释补充

This commit is contained in:
chandler 2025-05-02 00:35:57 +08:00
parent 0e13a289f8
commit 3dea0ee674
2 changed files with 6 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import lombok.Getter;
/**
* 枚举-接收消息处理渠道
*
*
* @author chandler
* @date 2024/12/25 14:15
*/
@ -27,7 +27,7 @@ public enum ReceiveMsgChannelEnum {
*/
UN_MATCH("", null),
// 结束
// END
;
private final String code;

View File

@ -63,6 +63,10 @@ public class ContactGroupMonitorTask {
*/
private Boolean initStatus = false;
/**
* 定时任务-联系人群组监控
* TODO-存在BUG 仅当做案例进行展示
*/
@Scheduled(cron = "0 0 0 * * ?")
public void scheduled() {
if (true) {