Skip to content

Commit

Permalink
style: 添加代码注释
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyQing committed May 13, 2024
1 parent f7c0fd3 commit 94e5dc8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

import java.util.Set;

/**
* 企业微信机器人通知父类
*
* @param <E>
* @author collin
* @date 2024-05-13
*/
@RequiredArgsConstructor
public abstract class AbstractWeworkNotice<E extends ApplicationEvent> implements ApplicationListener<E> {

Expand Down

0 comments on commit 94e5dc8

Please sign in to comment.