Commit 80e21a73 by zhangxingmin

push

parent 50f6c31e
......@@ -2,8 +2,12 @@ package com.yd.communication.feign.dto;
import lombok.Data;
import java.io.Serializable;
@Data
public class RoomLinkDTO {
public class RoomLinkDTO implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 纯链接
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment