1231123
This commit is contained in:
@@ -5,7 +5,6 @@ import lombok.Getter;
|
||||
/**
|
||||
* 1 申请 2 审核通过 3 审核不通过 4 提现取消
|
||||
* <p>created on 2024/1/14 21:55</p>
|
||||
* @author duet
|
||||
*/
|
||||
@Getter
|
||||
public enum AccountCashStatusEnum {
|
||||
|
||||
@@ -6,7 +6,6 @@ import lombok.Getter;
|
||||
/**
|
||||
* 1.文本 2.语音 3.图片 4.视频 100 。自定义
|
||||
* <p>created on 2024/1/8 18:09</p>
|
||||
* @author duet
|
||||
*/
|
||||
public enum ChatTypeEnum {
|
||||
MESSAGE(1, YxImTypeEnum.TXT.getCode()),
|
||||
|
||||
@@ -5,7 +5,6 @@ import lombok.Getter;
|
||||
/**
|
||||
* -1-无须分销 0-待分销 1-已分销
|
||||
* <p>created on 2024/1/5 16:40</p>
|
||||
* @author duet
|
||||
*/
|
||||
@Getter
|
||||
public enum ConsumeLogStatus {
|
||||
|
||||
@@ -8,7 +8,6 @@ import lombok.Getter;
|
||||
/**
|
||||
* 类型 1-充值 2-礼物 3-守护 4-通话
|
||||
* <p>created on 2023/12/29 20:39</p>
|
||||
* @author duet
|
||||
*/
|
||||
@Getter
|
||||
public enum ConsumeLogType {
|
||||
|
||||
@@ -14,7 +14,6 @@ import java.util.concurrent.TimeUnit;
|
||||
* value : 当前用户信息
|
||||
* 一个call 有两个redis
|
||||
* <p>created on 2024/1/11 22:44</p>
|
||||
* @author duet
|
||||
*/
|
||||
@Component
|
||||
public class FdCtxDataCache {
|
||||
|
||||
@@ -21,7 +21,6 @@ import java.util.concurrent.TimeUnit;
|
||||
* key : 房间号
|
||||
* value: { sessionKey : 用户类型 }
|
||||
* <p>created on 2024/1/11 22:45</p>
|
||||
* @author duet
|
||||
*/
|
||||
@Component
|
||||
public class RoomCtxCache {
|
||||
|
||||
@@ -23,7 +23,6 @@ import java.util.Map;
|
||||
* 房间信息
|
||||
* 在拨打电话的时候就已经提前初始化
|
||||
* <p>created on 2024/1/11 22:49</p>
|
||||
* @author duet
|
||||
*/
|
||||
@Component
|
||||
public class RoomDataCache {
|
||||
|
||||
@@ -16,7 +16,6 @@ import java.util.Map;
|
||||
/**
|
||||
* 房间的用户信息 拨打电话前就已经创建好
|
||||
* <p>created on 2024/1/11 22:50</p>
|
||||
* @author duet
|
||||
*/
|
||||
@Component
|
||||
public class UserDataCache {
|
||||
|
||||
@@ -5,7 +5,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* 枚举格式化
|
||||
*
|
||||
* @author Liang
|
||||
*/
|
||||
@Target({ElementType.FIELD})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
|
||||
@@ -3,7 +3,6 @@ package com.ruoyi.common.constant;
|
||||
/**
|
||||
* <p>created on 2021/7/15</p>
|
||||
*
|
||||
* @author zhangliang
|
||||
*/
|
||||
public class DateConstant {
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@ import java.util.Map;
|
||||
/**
|
||||
* 枚举格式化转换处理
|
||||
*
|
||||
* @author Liang
|
||||
*/
|
||||
@Slf4j
|
||||
public class ExcelEnumConvert implements Converter<Object> {
|
||||
|
||||
@@ -8,7 +8,6 @@ import java.util.concurrent.*;
|
||||
/**
|
||||
* 线程变量定义
|
||||
* <p>created on 2023/3/3 11:16</p>
|
||||
* @author ZL
|
||||
*/
|
||||
public class YunExecutor {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user