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

@@ -5,7 +5,6 @@ import lombok.Getter;
/** /**
* 1 申请 2 审核通过 3 审核不通过 4 提现取消 * 1 申请 2 审核通过 3 审核不通过 4 提现取消
* <p>created on 2024/1/14 21:55</p> * <p>created on 2024/1/14 21:55</p>
* @author duet
*/ */
@Getter @Getter
public enum AccountCashStatusEnum { public enum AccountCashStatusEnum {

View File

@@ -6,7 +6,6 @@ import lombok.Getter;
/** /**
* 1.文本 2.语音 3.图片 4.视频 100 。自定义 * 1.文本 2.语音 3.图片 4.视频 100 。自定义
* <p>created on 2024/1/8 18:09</p> * <p>created on 2024/1/8 18:09</p>
* @author duet
*/ */
public enum ChatTypeEnum { public enum ChatTypeEnum {
MESSAGE(1, YxImTypeEnum.TXT.getCode()), MESSAGE(1, YxImTypeEnum.TXT.getCode()),

View File

@@ -5,7 +5,6 @@ import lombok.Getter;
/** /**
* -1-无须分销 0-待分销 1-已分销 * -1-无须分销 0-待分销 1-已分销
* <p>created on 2024/1/5 16:40</p> * <p>created on 2024/1/5 16:40</p>
* @author duet
*/ */
@Getter @Getter
public enum ConsumeLogStatus { public enum ConsumeLogStatus {

View File

@@ -8,7 +8,6 @@ import lombok.Getter;
/** /**
* 类型 1-充值 2-礼物 3-守护 4-通话 * 类型 1-充值 2-礼物 3-守护 4-通话
* <p>created on 2023/12/29 20:39</p> * <p>created on 2023/12/29 20:39</p>
* @author duet
*/ */
@Getter @Getter
public enum ConsumeLogType { public enum ConsumeLogType {

View File

@@ -14,7 +14,6 @@ import java.util.concurrent.TimeUnit;
* value 当前用户信息 * value 当前用户信息
* 一个call 有两个redis * 一个call 有两个redis
* <p>created on 2024/1/11 22:44</p> * <p>created on 2024/1/11 22:44</p>
* @author duet
*/ */
@Component @Component
public class FdCtxDataCache { public class FdCtxDataCache {

View File

@@ -21,7 +21,6 @@ import java.util.concurrent.TimeUnit;
* key : 房间号 * key : 房间号
* value { sessionKey 用户类型 } * value { sessionKey 用户类型 }
* <p>created on 2024/1/11 22:45</p> * <p>created on 2024/1/11 22:45</p>
* @author duet
*/ */
@Component @Component
public class RoomCtxCache { public class RoomCtxCache {

View File

@@ -23,7 +23,6 @@ import java.util.Map;
* 房间信息 * 房间信息
* 在拨打电话的时候就已经提前初始化 * 在拨打电话的时候就已经提前初始化
* <p>created on 2024/1/11 22:49</p> * <p>created on 2024/1/11 22:49</p>
* @author duet
*/ */
@Component @Component
public class RoomDataCache { public class RoomDataCache {

View File

@@ -16,7 +16,6 @@ import java.util.Map;
/** /**
* 房间的用户信息 拨打电话前就已经创建好 * 房间的用户信息 拨打电话前就已经创建好
* <p>created on 2024/1/11 22:50</p> * <p>created on 2024/1/11 22:50</p>
* @author duet
*/ */
@Component @Component
public class UserDataCache { public class UserDataCache {

View File

@@ -5,7 +5,6 @@ import java.lang.annotation.*;
/** /**
* 枚举格式化 * 枚举格式化
* *
* @author Liang
*/ */
@Target({ElementType.FIELD}) @Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)

View File

@@ -3,7 +3,6 @@ package com.ruoyi.common.constant;
/** /**
* <p>created on 2021/7/15</p> * <p>created on 2021/7/15</p>
* *
* @author zhangliang
*/ */
public class DateConstant { public class DateConstant {

View File

@@ -20,7 +20,6 @@ import java.util.Map;
/** /**
* 枚举格式化转换处理 * 枚举格式化转换处理
* *
* @author Liang
*/ */
@Slf4j @Slf4j
public class ExcelEnumConvert implements Converter<Object> { public class ExcelEnumConvert implements Converter<Object> {

View File

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

View File

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