From e6c3d950023c2ea8b179dc044237d74e5caa993a Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期六, 17 五月 2025 16:51:32 +0800 Subject: [PATCH] 电源添加powerType电源类型:1:直流,2:通讯,3配网 --- src/main/java/com/whyc/pojo/db_station/PowerInf.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/db_station/PowerInf.java b/src/main/java/com/whyc/pojo/db_station/PowerInf.java index 758a270..13a7652 100644 --- a/src/main/java/com/whyc/pojo/db_station/PowerInf.java +++ b/src/main/java/com/whyc/pojo/db_station/PowerInf.java @@ -57,6 +57,9 @@ @ApiModelProperty(value = "鐢垫簮ip") private String powerIp; + @ApiModelProperty(value = "鐢垫簮绫诲瀷:1:鐩存祦锛�2锛氶�氳锛�3閰嶇綉") + private Integer powerType; + @TableField(exist = false) private StationInf sinf; -- Gitblit v1.9.1