package com.ard.zlm.domain.dto; import lombok.Data; @Data public class RtpServerResult { private Integer port; private String stream_id; }