From 29fccde6ffb6b51689b26da02a62b9401e04075a Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期四, 27 六月 2024 16:07:05 +0800 Subject: [PATCH] 电源ACDC --- src/main/java/com/whyc/pojo/StationInf.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/StationInf.java b/src/main/java/com/whyc/pojo/StationInf.java index 2f43bec..8c577e2 100644 --- a/src/main/java/com/whyc/pojo/StationInf.java +++ b/src/main/java/com/whyc/pojo/StationInf.java @@ -30,6 +30,10 @@ @ApiModelProperty("鏈烘埧ip") private String sinfIp; + @TableField("stype") + @ApiModelProperty("鏈烘埧绫诲瀷: 1<鐢垫睜缁�> 2<鐢垫簮>") + private Integer stype; + @TableField(exist = false) private List<BattInf> binfList; -- Gitblit v1.9.1