1078-通道信息增加数据库ID
This commit is contained in:
@@ -7,6 +7,9 @@ import lombok.Data;
|
||||
@Schema(description = "国标通道")
|
||||
public class CommonGBChannel {
|
||||
|
||||
@Schema(description = "国标-数据库自增Id")
|
||||
private Integer gbId;
|
||||
|
||||
@Schema(description = "国标-编码")
|
||||
private String gbDeviceId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user