From 83a5abea31bf14c78572d3a4c5fdf14afb97c82f Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期六, 11 一月 2025 10:58:15 +0800 Subject: [PATCH] 增加登录日志和错误次数校验 --- src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1210.java | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1210.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1210.java index cdaad54..af07c58 100644 --- a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1210.java +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1210.java @@ -13,16 +13,18 @@ */ @Data public class Nx2023Api1210 implements Serializable { - + + @PropertyDef(label = "缁熶竴绮鎬ц川杞彉鍗曞彿") + private String tylsxzzbdh; @PropertyDef(label = "绮鎬ц川杞彉鍗曞彿") private String lsxzzbdh; + @PropertyDef(label = "缁熶竴璐т綅缂栫爜") + private String tyhwbm; + @PropertyDef(label = "璐т綅浠g爜") private String hwdm; - - @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) - private String tyhwbm; @PropertyDef(label = "绮鏁伴噺(鍏枻)") private double lssl; -- Gitblit v1.9.3