1078-通道信息增加数据库ID

This commit is contained in:
panlinlin
2024-06-21 21:46:55 +08:00
parent 282e0db96e
commit b22e894e94

View File

@@ -7,6 +7,9 @@ import lombok.Data;
@Schema(description = "国标通道")
public class CommonGBChannel {
@Schema(description = "国标-数据库自增Id")
private Integer gbId;
@Schema(description = "国标-编码")
private String gbDeviceId;