From b2c5f439fd7e17deb532f4a77def2c5de71ceaf8 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期二, 07 十一月 2023 23:37:42 +0800 Subject: [PATCH] 测试 --- src/main/java/com/fzzy/gateway/entity/GatewayConf.java | 38 +++++++++++++++++++++++++++++++++++--- 1 files changed, 35 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fzzy/gateway/entity/GatewayConf.java b/src/main/java/com/fzzy/gateway/entity/GatewayConf.java index cec0d22..c697ffe 100644 --- a/src/main/java/com/fzzy/gateway/entity/GatewayConf.java +++ b/src/main/java/com/fzzy/gateway/entity/GatewayConf.java @@ -28,11 +28,43 @@ @Column(name = "kqmc", length = 100) private String kqmc; - @PropertyDef(label = "鐢ㄦ埛鍚�") + @PropertyDef(label = "缃戝叧ID") + @Column(name = "gatewayId", length = 50) + private String gatewayId; + + @PropertyDef(label = "缃戝叧IP") + @Column(name = "gatewayIp", length = 20) + private String gatewayIp; + + @PropertyDef(label = "缃戝叧Mac") + @Column(name = "gatewayMac", length = 20) + private String gatewayMac; + + @PropertyDef(label = "缃戝叧CPU") + @Column(name = "gatewayCPU", length = 50) + private String gatewayCPU; + + @PropertyDef(label = "缃戝叧鍐呭瓨") + @Column(name = "gatewayMem", length = 50) + private String gatewayMem; + + @PropertyDef(label = "缃戝叧纭洏") + @Column(name = "gatewayHardDisk", length = 50) + private String gatewayHardDisk; + + @PropertyDef(label = "缃戝叧鐢ㄦ埛鍚�") + @Column(name = "gatewayUsername", length = 50) + private String gatewayUsername; + + @PropertyDef(label = "缃戝叧瀵嗙爜") + @Column(name = "gatewayPassword", length = 50) + private String gatewayPassword; + + @PropertyDef(label = "鐪佸钩鍙扮敤鎴峰悕") @Column(name = "username", length = 50) private String userName; - @PropertyDef(label = "瀵嗙爜") + @PropertyDef(label = "鐪佸钩鍙板瘑鐮�") @Column(name = "password", length = 50) private String password; @@ -54,6 +86,6 @@ @PropertyDef(label = "鏄惁涓婄嚎") @Column(name = "exe_tag", length = 2) - private String exeTag ="Y"; + private String exeTag = "Y"; } -- Gitblit v1.9.3