增加库区
parent
9118e7b285
commit
1ac7844c36
@ -0,0 +1,13 @@
|
|||||||
|
package com.leaper.web.pojo.camera;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class AreaCamera {
|
||||||
|
|
||||||
|
private Integer id;
|
||||||
|
|
||||||
|
private String rtcServer;
|
||||||
|
|
||||||
|
private Integer rtcServerPort;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue