From 366bd9b4bd8f4323959fbf345c31ce38ea719553 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期一, 18 九月 2023 22:09:57 +0800 Subject: [PATCH] 优化上海接口上传 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java | 32 ++++++-------------------------- 1 files changed, 6 insertions(+), 26 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java index 12e7202..3c42fb4 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java @@ -17,16 +17,12 @@ * 鎺ュ彛琛�-搴撳尯淇℃伅 */ @Data -@EqualsAndHashCode(callSuper = false) public class SH2023Api1102 implements Serializable { private static final long serialVersionUID = 6597930270077627879L; @PropertyDef(label = "搴撳尯浠g爜") private String kqdm; - - @PropertyDef(label = "涓氬姟id") - private String bizId; @PropertyDef(label = "鍗曚綅浠g爜") private String dwdm; @@ -40,18 +36,14 @@ @PropertyDef(label = "琛屾斂鍖哄垝浠g爜") private String xzqhdm; - @PropertyDef(label = "琛屾斂鍖哄垝鍚嶇О", description = "闈炲浗鏍囧瓧娈碉紝鍚庢湡澧炲姞") - @JSONField(serialize = false) - private String xzqhmc; - @PropertyDef(label = "搴撳尯浜ф潈", description = "1锛� 鑷湁 2锛氱璧� 3锛氬叡鏈� 4锛氭贩鍚� 9锛氬叾浠�") private String kqcq; - @PropertyDef(label = "鏈夋晥浠撳") - private double yxcr; - @PropertyDef(label = "鍌ㄥ浠撳") private double cbcr; + + @PropertyDef(label = "鏈夋晥浠撳") + private double yxcr; @PropertyDef(label = "鏈夋晥缃愬") private double yxgr; @@ -62,6 +54,9 @@ @PropertyDef(label = "浠撴埧鏁�") private Integer cfs; + @PropertyDef(label = "寤掗棿鏁�") + private Integer ajs; + @PropertyDef(label = "娌圭綈鏁�") private Integer ygs; @@ -71,15 +66,6 @@ @PropertyDef(label = "搴撳尯绾害") private double wd; - @PropertyDef(label = "搴撳尯鐘舵��", description = "1:姝e父锛堥粯璁わ級 2:閫�鍑哄偍澶囩伯鎵垮偍") - private String kqzt; - - @PropertyDef(label = "娴峰悍鍖哄煙ID", description = "瀵瑰簲娴峰悍瑙嗛骞冲彴regionIndexCode瀛楁") - private String hkRegionId; - - @PropertyDef(label = "浜ф潈鏂瑰簱鍖轰唬鐮�", description = "鑷湁浜ф潈鏃跺簱鍖轰唬鐮佸繀椤荤瓑浜庝骇鏉冩柟搴撳尯浠g爜,闈炶嚜鏈変骇鏉冩椂搴撳尯浠g爜涓嶈兘绛変簬浜ф潈鏂瑰簱鍖轰唬鐮�") - private String cqfkqdm; - @PropertyDef(label = "鎿嶄綔鏍囧織") private String czbz; @@ -88,14 +74,8 @@ private Date zhgxsj; @PropertyDef(label = "搴撳尯灞炴��", description = "1:甯傜骇鐩村睘锛�2:鍖虹骇鐩村睘锛�3:绀句細浠撳锛�4:鍏朵粬") - @JSONField(serialize = false) private String kqsx; - - @PropertyDef(label = "寤掗棿鏁�") - private Integer ajs; @PropertyDef(label = "鏍囪浣�") private String bjw; - - } \ No newline at end of file -- Gitblit v1.9.3