This commit is contained in:
张良(004796)
2024-01-11 13:38:35 +08:00
parent acccdc9f79
commit fc2b6ef12d
17 changed files with 85 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
package com.ruoyi.cai.ws.dto;
import lombok.Data;
@Data
public class WsToken {
private Long roomId;
private Long fromUid;
private Long toUid;
}