feat: add video websocket handler etc...
All checks were successful
dev middleware install / deploy (push) Successful in 12s
All checks were successful
dev middleware install / deploy (push) Successful in 12s
This commit is contained in:
@@ -4,10 +4,12 @@ package xin.merlin.myplayerbackend.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
@Data
|
||||
@TableName("playrooms")
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class Playrooms {
|
||||
private Integer r_id;
|
||||
private Integer id;
|
||||
|
||||
Reference in New Issue
Block a user