This commit is contained in:
77
2024-06-02 01:04:52 +08:00
parent 687f2e574e
commit 3684cb3649
13 changed files with 0 additions and 13 deletions

View File

@@ -8,7 +8,6 @@ import java.util.concurrent.*;
/**
* 线程变量定义
* <p>created on 2023/3/3 11:16</p>
* @author ZL
*/
public class YunExecutor {

View File

@@ -5,7 +5,6 @@ import lombok.Getter;
/**
* 0=文本消息,1=图片消息,2=语音消息,3=视频消息,4=发送地理位置消息,6=发送文件消息,10=发送提示消息,100=发送第三方自定义消息
* <p>created on 2024/1/29 21:10</p>
* @author 77
*/
@Getter
public enum YxImTypeEnum {