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/Nx2023Api1307.java | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1307.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1307.java index 3b8e5e3..748570d 100644 --- a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1307.java +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1307.java @@ -15,38 +15,40 @@ @Data public class Nx2023Api1307 implements Serializable { + @PropertyDef(label = "缁熶竴搴撳尯缂栫爜") + private String tykqbm; + @PropertyDef(label = "搴撳尯浠g爜") private String kqdm; @PropertyDef(label = "瑙嗛鐩戞帶璁惧id" ) private String spjksbid; - @PropertyDef(label = "浠撴埧浠g爜" ) - private String cfdm; - - @PropertyDef(label = "璐т綅浠g爜" ) - private String hwdm; - - @PropertyDef(label = "缁熶竴搴撳尯缂栫爜") - private String tykqbm; - @PropertyDef(label = "缁熶竴浠撴埧缂栫爜") private String tycfbm; + + @PropertyDef(label = "浠撴埧浠g爜" ) + private String cfdm; @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) private String tyhwbm; - @PropertyDef(label = "浠撳唴鍥惧儚鏂囦欢娴�" ) - private String cntxwjl; + @PropertyDef(label = "璐т綅浠g爜" ) + private String hwdm; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "鎶撴媿鏃堕棿" ) private Date zpsj; + @PropertyDef(label = "浠撳唴鍥惧儚鏂囦欢璺緞" ) + private String cntxwjlj; + + @PropertyDef(label = "浠撳唴鍥惧儚鏂囦欢娴�" ) + private String cntxwjl; + @PropertyDef(label = "鍥惧儚鏂囦欢鍚庣紑鍚�") private String txwjhzm; - @JSONField(name="Yzwbh") @PropertyDef(label = "棰勭疆浣嶇紪鍙�" ) private String yzwbh; @@ -56,7 +58,5 @@ @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) private Date zhgxsj; - - } \ No newline at end of file -- Gitblit v1.9.3