From 2b63170e6ec11246a5029ea74340adb1b7d2f1a9 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期一, 21 八月 2023 20:10:17 +0800 Subject: [PATCH] 上海数据上报2 --- src/main/java/com/fzzy/otherview/sh2023/dto/ShApi2101.java | 92 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 92 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/sh2023/dto/ShApi2101.java b/src/main/java/com/fzzy/otherview/sh2023/dto/ShApi2101.java index 9e07d0d..26db2d6 100644 --- a/src/main/java/com/fzzy/otherview/sh2023/dto/ShApi2101.java +++ b/src/main/java/com/fzzy/otherview/sh2023/dto/ShApi2101.java @@ -1,8 +1,13 @@ package com.fzzy.otherview.sh2023.dto; +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import lombok.EqualsAndHashCode; + +import javax.persistence.*; import java.io.Serializable; +import java.util.Date; /** * 涓婃捣甯傛帴鍙�-2101 妫�鏂ゅ崟 @@ -18,5 +23,92 @@ */ private static final long serialVersionUID = 1L; + @PropertyDef(label = "妫�鏂ゅ崟鍙�") + private String jjdh; + + @PropertyDef(label = "搴撳尯浠g爜") + private String kqdm; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "妫�鏂ゆ棩鏈�") + private Date jjrq; + + @PropertyDef(label = "椹宠繍鍗曞彿/搴撻檯璋冩嫧鍗曞彿") + private String inbillno; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "璁拌处鏃ユ湡") + private Date jzrq; + + @PropertyDef(label = "浣滀笟鍗曞彿") + private String zydh; + + /** + * 1锛氬叆搴撲綔涓� 2锛氫腑杞皟鍑� 3锛氫腑杞繘浠� + * 4锛氬嚭搴撲綔涓� 5锛氬簱瀛樿皟鍑� 6锛氬簱瀛樿皟鍏� 7锛氱Щ浠撴々 + */ + @PropertyDef(label = "浣滀笟绫诲瀷") + private String zylx; + + @PropertyDef(label = "瀹㈡埛缂栧彿") + private String khmc; + + @PropertyDef(label = "鏉ョ伯棰勬姤鍙�/鎻愯揣鍗曞彿") + private String psplan; + + @PropertyDef(label = "鍚堝悓鍙�") + private String hth; + + @PropertyDef(label = "杞﹁埞鍙�") + private String cch; + + @PropertyDef(label = "涓浆杞﹁埞鍙�") + private String zzchh; + + @PropertyDef(label = "鍝佺澶х被") + private String lspzdmdl; + + @PropertyDef(label = "绮鎬ц川浠g爜") + private String lsxzdm; + + @PropertyDef(label = "鏉ョ伯浠g爜") + private String lldm; + + @PropertyDef(label = "寤掗棿浠g爜") + private String ajdm; + + @PropertyDef(label = "璐т綅浠g爜") + private String hwdm; + + @PropertyDef(label = "绉诲叆寤掗棿浠g爜") + private String yrajdh; + + @PropertyDef(label = "绉诲叆璐т綅浠g爜") + private String yrhwdm; + + @PropertyDef(label = "瑁呭嵏鐝�") + private String zxb; + + @PropertyDef(label = "鍖呰鐗╁鎵i噺(鍏枻)") + private double bzwzkl; + + @PropertyDef(label = "姣涢噸(鍏枻)") + private double mz; + + @PropertyDef(label = "鍑�閲�(鍏枻)") + private double jz; + + @PropertyDef(label = "鏁版嵁鐘舵��") + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") + private Date zhgxsj; + + @PropertyDef(label = "鎵规鍙�") + private String pch; + + @PropertyDef(label = "鏍囪浣�") + private String bjw; } -- Gitblit v1.9.3