mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-22 21:37:48 +08:00
1078-通道信息增加数据库ID
This commit is contained in:
parent
282e0db96e
commit
b22e894e94
@ -7,6 +7,9 @@ import lombok.Data;
|
|||||||
@Schema(description = "国标通道")
|
@Schema(description = "国标通道")
|
||||||
public class CommonGBChannel {
|
public class CommonGBChannel {
|
||||||
|
|
||||||
|
@Schema(description = "国标-数据库自增Id")
|
||||||
|
private Integer gbId;
|
||||||
|
|
||||||
@Schema(description = "国标-编码")
|
@Schema(description = "国标-编码")
|
||||||
private String gbDeviceId;
|
private String gbDeviceId;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user