From 9174ba00b1823f44f5efe5902c8d75e7f7392596 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期四, 18 四月 2024 20:04:11 +0800 Subject: [PATCH] 根据统一编码,调整宁夏省平台数据封装 --- src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1105.java | 46 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1202.java | 202 +++++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1302.java | 61 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1310.java | 116 ++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1208.java | 103 ++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1110.java | 51 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1210.java | 71 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1402.java | 59 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1305.java | 238 +++++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1405.java | 118 ++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1103.java | 187 ++++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1206.java | 70 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1106.java | 73 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1309.java | 62 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1209.java | 101 ++ src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java | 148 +++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1303.java | 52 + src/main/java/com/fzzy/push/nx2023/NX2023Constant.java | 7 src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1204.java | 75 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1304.java | 55 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1404.java | 51 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1107.java | 65 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1207.java | 68 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1104.java | 51 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1212.java | 72 + src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1301.java | 89 ++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1401.java | 51 + 27 files changed, 2,330 insertions(+), 12 deletions(-) diff --git a/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java b/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java index 5716ceb..a198632 100644 --- a/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java +++ b/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java @@ -199,6 +199,36 @@ api1102.setLkxz("1"); return api1102; } + if (NX2023Constant.NX_2023_API_CODE_1103.equals(inteId)) { + + Nx2023Api1103 api1103 = new Nx2023Api1103(); + BeanUtils.copyProperties(data, api1103); + return api1103; + } + if (NX2023Constant.NX_2023_API_CODE_1104.equals(inteId)) { + + Nx2023Api1104 api1104 = new Nx2023Api1104(); + BeanUtils.copyProperties(data, api1104); + return api1104; + } + if (NX2023Constant.NX_2023_API_CODE_1105.equals(inteId)) { + + Nx2023Api1105 api1105 = new Nx2023Api1105(); + BeanUtils.copyProperties(data, api1105); + return api1105; + } + if (NX2023Constant.NX_2023_API_CODE_1106.equals(inteId)) { + + Nx2023Api1106 api1106 = new Nx2023Api1106(); + BeanUtils.copyProperties(data, api1106); + return api1106; + } + if (NX2023Constant.NX_2023_API_CODE_1107.equals(inteId)) { + + Nx2023Api1107 api1107 = new Nx2023Api1107(); + BeanUtils.copyProperties(data, api1107); + return api1107; + } if (NX2023Constant.NX_2023_API_CODE_1108.equals(inteId)) { Nx2023Api1108 api1108 = new Nx2023Api1108(); BeanUtils.copyProperties(data, api1108); @@ -212,6 +242,11 @@ map.put(apiData.getWjmc(), FileUtils.fileToByteString(apiData.getWjdz())); api1109.setWjl(JSON.toJSONString(map)); return api1109; + } + if (NX2023Constant.NX_2023_API_CODE_1110.equals(inteId)) { + Nx2023Api1110 api1110 = new Nx2023Api1110(); + BeanUtils.copyProperties(data, api1110); + return api1110; } if (NX2023Constant.NX_2023_API_CODE_1111.equals(inteId)) { Nx2023Api1111 api1111 = new Nx2023Api1111(); @@ -233,22 +268,86 @@ BeanUtils.copyProperties(data, api1201); return api1201; } + if (NX2023Constant.NX_2023_API_CODE_1202.equals(inteId)) { + Nx2023Api1202 api1202 = new Nx2023Api1202(); + BeanUtils.copyProperties(data, api1202); + return api1202; + } if (NX2023Constant.NX_2023_API_CODE_1203.equals(inteId)) { Nx2023Api1203 api1203 = new Nx2023Api1203(); BeanUtils.copyProperties(data, api1203); return api1203; } - - if (NX2023Constant.NX_2023_API_CODE_1211.equals(inteId)) { - Nx2023Api1211 api1211 = new Nx2023Api1211(); - BeanUtils.copyProperties(data, api1211); - return api1211; + if (NX2023Constant.NX_2023_API_CODE_1204.equals(inteId)) { + Nx2023Api1204 api1204 = new Nx2023Api1204(); + BeanUtils.copyProperties(data, api1204); + return api1204; } if (NX2023Constant.NX_2023_API_CODE_1205.equals(inteId)) { Nx2023Api1205 api1205 = new Nx2023Api1205(); BeanUtils.copyProperties(data, api1205); api1205.setSzlx("09"); return api1205; + } + if (NX2023Constant.NX_2023_API_CODE_1206.equals(inteId)) { + Nx2023Api1206 api1206 = new Nx2023Api1206(); + BeanUtils.copyProperties(data, api1206); + return api1206; + } + if (NX2023Constant.NX_2023_API_CODE_1207.equals(inteId)) { + Nx2023Api1207 api1207 = new Nx2023Api1207(); + BeanUtils.copyProperties(data, api1207); + return api1207; + } + if (NX2023Constant.NX_2023_API_CODE_1208.equals(inteId)) { + Nx2023Api1208 api1208 = new Nx2023Api1208(); + BeanUtils.copyProperties(data, api1208); + return api1208; + } + if (NX2023Constant.NX_2023_API_CODE_1209.equals(inteId)) { + Nx2023Api1209 api1209 = new Nx2023Api1209(); + BeanUtils.copyProperties(data, api1209); + return api1209; + } + if (NX2023Constant.NX_2023_API_CODE_1210.equals(inteId)) { + Nx2023Api1210 api1210 = new Nx2023Api1210(); + BeanUtils.copyProperties(data, api1210); + return api1210; + } + if (NX2023Constant.NX_2023_API_CODE_1211.equals(inteId)) { + Nx2023Api1211 api1211 = new Nx2023Api1211(); + BeanUtils.copyProperties(data, api1211); + return api1211; + } + if (NX2023Constant.NX_2023_API_CODE_1212.equals(inteId)) { + Nx2023Api1212 api1212 = new Nx2023Api1212(); + BeanUtils.copyProperties(data, api1212); + return api1212; + } + if (NX2023Constant.NX_2023_API_CODE_1301.equals(inteId)) { + Nx2023Api1301 api1301 = new Nx2023Api1301(); + BeanUtils.copyProperties(data, api1301); + return api1301; + } + if (NX2023Constant.NX_2023_API_CODE_1302.equals(inteId)) { + Nx2023Api1302 api1302 = new Nx2023Api1302(); + BeanUtils.copyProperties(data, api1302); + return api1302; + } + if (NX2023Constant.NX_2023_API_CODE_1303.equals(inteId)) { + Nx2023Api1303 api1303 = new Nx2023Api1303(); + BeanUtils.copyProperties(data, api1303); + return api1303; + } + if (NX2023Constant.NX_2023_API_CODE_1304.equals(inteId)) { + Nx2023Api1304 api1304 = new Nx2023Api1304(); + BeanUtils.copyProperties(data, api1304); + return api1304; + } + if (NX2023Constant.NX_2023_API_CODE_1305.equals(inteId)) { + Nx2023Api1305 api1305 = new Nx2023Api1305(); + BeanUtils.copyProperties(data, api1305); + return api1305; } if (NX2023Constant.NX_2023_API_CODE_1306.equals(inteId)) { Nx2023Api1306 api1306 = new Nx2023Api1306(); @@ -270,10 +369,40 @@ BeanUtils.copyProperties(data, api1308); return api1308; } + if (NX2023Constant.NX_2023_API_CODE_1309.equals(inteId)) { + Nx2023Api1309 api1309 = new Nx2023Api1309(); + BeanUtils.copyProperties(data, api1309); + return api1309; + } + if (NX2023Constant.NX_2023_API_CODE_1310.equals(inteId)) { + Nx2023Api1310 api1310 = new Nx2023Api1310(); + BeanUtils.copyProperties(data, api1310); + return api1310; + } + if (NX2023Constant.NX_2023_API_CODE_1401.equals(inteId)) { + Nx2023Api1401 api1401 = new Nx2023Api1401(); + BeanUtils.copyProperties(data, api1401); + return api1401; + } + if (NX2023Constant.NX_2023_API_CODE_1402.equals(inteId)) { + Nx2023Api1402 api1402 = new Nx2023Api1402(); + BeanUtils.copyProperties(data, api1402); + return api1402; + } if (NX2023Constant.NX_2023_API_CODE_1403.equals(inteId)) { Nx2023Api1403 api1403 = new Nx2023Api1403(); BeanUtils.copyProperties(data, api1403); return api1403; + } + if (NX2023Constant.NX_2023_API_CODE_1404.equals(inteId)) { + Nx2023Api1404 api1404 = new Nx2023Api1404(); + BeanUtils.copyProperties(data, api1404); + return api1404; + } + if (NX2023Constant.NX_2023_API_CODE_1405.equals(inteId)) { + Nx2023Api1405 api1405 = new Nx2023Api1405(); + BeanUtils.copyProperties(data, api1405); + return api1405; } return data; } @@ -313,8 +442,7 @@ } } - private List<NxFinanceDto> copyApi1503(Api1503 data) { - Api1503 api1503 = data; + private List<NxFinanceDto> copyApi1503(Api1503 api1503) { List<NxFinanceDto> list = new ArrayList<>(); NxFinanceDto nxFinanceDto = new NxFinanceDto(); nxFinanceDto.setDwdm(api1503.getDwdm()); @@ -365,8 +493,7 @@ return list; } - private List<NxFinanceDto> copyApi1502(Api1502 data) { - Api1502 api1502 = data; + private List<NxFinanceDto> copyApi1502(Api1502 api1502) { List<NxFinanceDto> list = new ArrayList<>(); NxFinanceDto nxFinanceDto = new NxFinanceDto(); nxFinanceDto.setDwdm(api1502.getDwdm()); @@ -419,8 +546,7 @@ return list; } - private List<NxFinanceDto> copyApi1501(Api1501 data) { - Api1501 api1501 = data; + private List<NxFinanceDto> copyApi1501(Api1501 api1501) { List<NxFinanceDto> list = new ArrayList<>(); NxFinanceDto nxFinanceDto = new NxFinanceDto(); nxFinanceDto.setDwdm(api1501.getDwdm()); diff --git a/src/main/java/com/fzzy/push/nx2023/NX2023Constant.java b/src/main/java/com/fzzy/push/nx2023/NX2023Constant.java index c410387..e2a8f32 100644 --- a/src/main/java/com/fzzy/push/nx2023/NX2023Constant.java +++ b/src/main/java/com/fzzy/push/nx2023/NX2023Constant.java @@ -152,7 +152,10 @@ * 鎺ュ彛缂栫爜-1310 璐ㄦ鏁版嵁鎺ュ彛 */ public static String NX_2023_API_CODE_1310 = "1310"; - + + public static String NX_2023_API_CODE_1401 = "1401"; + + public static String NX_2023_API_CODE_1402 = "1402"; /** * 鎺ュ彛缂栫爜-1403 杞崲璁″垝淇℃伅鏁版嵁鎺ュ彛 */ @@ -161,5 +164,7 @@ * 鎺ュ彛缂栫爜-1404 杞崲璁″垝鏄庣粏淇℃伅鏁版嵁鎺ュ彛 */ public static String NX_2023_API_CODE_1404 = "1404"; + + public static String NX_2023_API_CODE_1405 = "1405"; } diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1103.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1103.java new file mode 100644 index 0000000..b13c472 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1103.java @@ -0,0 +1,187 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1103 implements Serializable { + + + @PropertyDef(label = "浠撴埧浠g爜" ) + private String cfdm; + + @PropertyDef(label = "浠撴埧鍚嶇О" ) + private String cfmc; + + @PropertyDef(label = "搴撳尯浠g爜" ) + private String kqdm; + + @PropertyDef(label = "浠撴埧绫诲瀷浠g爜" ) + private String cflxdm; + + @JSONField(format = "yyyy-MM-dd") + private Date jfsyrq; + + @PropertyDef(label = "寤鸿鍗曚綅" ) + private String jsdw; + + @PropertyDef(label = "璁捐浣跨敤骞撮檺" ) + private String sjsynx; + + @PropertyDef(label = "璁捐鍗曚綅" ) + private String sjdw; + + @PropertyDef(label = "鐩戠悊鍗曚綅" ) + private String jldw; + + @PropertyDef(label = "澧欎綋缁撴瀯" ) + private String qtjg; + + @PropertyDef(label = "鎴块《缁撴瀯" ) + private String fdjg; + + @PropertyDef(label = "鎴挎灦缁撴瀯" ) + private String fjjg; + + @PropertyDef(label = "鍦伴潰缁撴瀯" ) + private String dmjg; + + @PropertyDef(label = "璁捐浠撳" ) + private Double sjcr; + + @PropertyDef(label = "浠撳闀�" ) + private Double cwc; + + @PropertyDef(label = "浠撳瀹�" ) + private Double cwk; + + @PropertyDef(label = "浠撳妾愰珮" ) + private Double cwyg; + + @PropertyDef(label = "浠撳椤堕珮" ) + private Double cwdg; + + @PropertyDef(label = "绛掍粨澶栧緞" ) + private Double tcwj; + + @PropertyDef(label = "浠撳唴闀�" ) + private Double cnc; + + @PropertyDef(label = "浠撳唴瀹�" ) + private Double cnk; + + @PropertyDef(label = "浠撳唴妾愰珮" ) + private Double cnyg; + + @PropertyDef(label = "浠撳唴瑁呯伯绾块珮" ) + private Double cnzlxg; + + @PropertyDef(label = "绛掍粨鍐呭緞" ) + private Double tcnj; + + @PropertyDef(label = "浠撳唴浣撶Н" ) + private Double cntj; + + @PropertyDef(label = "浠撻棬鏁伴噺" ) + private Integer cmsl; + + @PropertyDef(label = "浠撻棬浣嶇疆" ) + private String cmwz; + + @PropertyDef(label = "浠撻棬楂樺害" ) + private Double cmgd; + + @PropertyDef(label = "浠撻棬瀹藉害" ) + private Double cmkd; + + @PropertyDef(label = "鎸$伯闂ㄥ瀷寮�" ) + private String dlmxs; + + @PropertyDef(label = "浠撴埧鏄惁瀹屽ソ" ) + private String cfsfwh; + + @PropertyDef(label = "鍌ㄧ伯鍔熸晥" ) + private String clgx; + + @PropertyDef(label = "鑳藉惁闅旂儹淇濇俯" ) + private String nfgrbw; + + @PropertyDef(label = "闅旂儹淇濇俯鎺柦" ) + private String grbwcs; + + @PropertyDef(label = "闅旂儹鎬ц兘" ) + private String grxn; + + @PropertyDef(label = "缁撴瀯鏉愭枡" ) + private String jgcl; + + @PropertyDef(label = "姘斿瘑鎬�" ) + private String qmx; + + @PropertyDef(label = "鏄惁宸茶繘琛屼俊鎭寲鏀归��" ) + private String sfyjxxxhgz; + + @PropertyDef(label = "绮儏鎶�鏈�" ) + private String lqjs; + + @PropertyDef(label = "鑳藉惁鏁h鍌ㄥ瓨" ) + private String nfszcc; + + @PropertyDef(label = "鏈夋棤闃查紶闃查泙闃茶櫕瑁呯疆鍙婅鏂�" ) + private String ywfsfqfczz; + + @PropertyDef(label = "鏈夋棤闃茬伀闃茬垎闃茬洍璁炬柦" ) + private String ywfhfbfdss; + + @PropertyDef(label = "鏈夋棤鏈烘閫氶璁炬柦" ) + private String ywjxtfss; + + @PropertyDef(label = "閫氶绯荤粺鍨嬪紡" ) + private String tfxtxs; + + @PropertyDef(label = "閫氶鎶�鏈�" ) + private String tfjs; + + @PropertyDef(label = "鑳藉惁鐜祦鐔忚捀鏉�铏�" ) + private String nfhlxzsc; + + @PropertyDef(label = "鏉�铏妧鏈�" ) + private String scjs; + + @PropertyDef(label = "鑳藉惁瀵屾爱浣庢哀姘旇皟鍌ㄧ伯" ) + private String nffddyqtcl; + + @PropertyDef(label = "鎺ф俯鎶�鏈�" ) + private String kwjs; + + @PropertyDef(label = "瀹宠櫕妫�娴嬫柟寮�" ) + private String hcjcfs; + + @PropertyDef(label = "浠撴埧鐘舵��" ) + private String cfzt; + + @PropertyDef(label = "淇濈鍛�" ) + private String bgr; + + @PropertyDef(label = "浠撴埧缁忓害" ) + private Double jd; + + @PropertyDef(label = "浠撴埧绾害" ) + private Double wd; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1104.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1104.java new file mode 100644 index 0000000..a5dc4d4 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1104.java @@ -0,0 +1,51 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1104 implements Serializable { + + @PropertyDef(label = "寤掗棿浠g爜") + private String ajdh; + + @PropertyDef(label = "寤掗棿鍚嶇О") + private String ajmc; + + @PropertyDef(label = "浠撴埧(鎴栨补缃�)缂栫爜") + private String cfbh; + + @PropertyDef(label = "寤掗棿闀垮害") + private Double ajcd; + + @PropertyDef(label = "寤掗棿瀹藉害") + private Double ajkd; + + @PropertyDef(label = "寤掗棿楂樺害") + private Double ajgd; + + @PropertyDef(label = "寤掗棿璁捐浠撳") + private Double ajsjcr; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "寤掗棿鍚敤鏃ユ湡") + private Date ajqyrq; + + @PropertyDef(label = "寤掗棿鐘舵��") + private String ajzt; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") + private Date zhgxsj; +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1105.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1105.java new file mode 100644 index 0000000..dd0a20c --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1105.java @@ -0,0 +1,46 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1105 implements Serializable { + + @PropertyDef(label = "璐т綅浠g爜" ) + private String hwdm; + + @PropertyDef(label = "璐т綅鍚嶇О" ) + private String hwmc; + + @PropertyDef(label = "寤掗棿浠g爜" ) + private String ajdm; + + @PropertyDef(label = "璐т綅鍚敤鏃ユ湡" ) + @JSONField(format = "yyyy-MM-dd") + private Date hwqyrq; + + @PropertyDef(label = "璐т綅瀹归噺" ) + private Double hwrl; + + @PropertyDef(label = "淇濈鍗曚綅" ) + private String bgdw; + + @PropertyDef(label = "淇濈鍛�" ) + private String bgy; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1106.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1106.java new file mode 100644 index 0000000..d915377 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1106.java @@ -0,0 +1,73 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1106 implements Serializable { + + @PropertyDef(label = "娌圭綈浠g爜" ) + private String ygdm; + + @PropertyDef(label = "娌圭綈鍚嶇О" ) + private String ygmc; + + @PropertyDef(label = "搴撳尯浠g爜" ) + private String kqdm; + + @PropertyDef(label = "缃愬" ) + private double gr; + + @PropertyDef(label = "寤洪�犳椂闂�" ) + @JSONField(format = "yyyy-MM-dd") + private Date jzsj; + + @PropertyDef(label = "娌圭綈鍙婇檮灞炶鏂芥槸鍚﹀畬濂�" ) + private String ygjfssssfwh; + + @PropertyDef(label = "鏈夋棤鍔犵儹瑁呯疆" ) + private String ywjrzz; + + @PropertyDef(label = "娌圭綈绫诲瀷" ) + private String yglx; + + @PropertyDef(label = "缃愬唴鐩村緞" ) + private double gnzj; + + @PropertyDef(label = "缃愬唴楂樺害" ) + private double gngd; + + @PropertyDef(label = "妫�瀹氭柟寮�" ) + private String jdfs; + + @PropertyDef(label = "鐒婃帴鏂瑰紡" ) + private String hjfs; + + @PropertyDef(label = "娌圭綈鐘舵��" ) + private String ygzt; + + @PropertyDef(label = "璁捐鍗曚綅" ) + private String sjdw; + + @PropertyDef(label = "寤鸿鍗曚綅" ) + private String jsdw; + + @PropertyDef(label = "鐩戠悊鍗曚綅" ) + private String jldw; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1107.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1107.java new file mode 100644 index 0000000..210058b --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1107.java @@ -0,0 +1,65 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1107 implements Serializable { + + @PropertyDef(label = "璁惧缂栧彿" ) + private String sbbh; + + @PropertyDef(label = "搴撳尯浠g爜" ) + private String kqdm; + + @PropertyDef(label = "鍗曚綅浠g爜" ) + private String dwdm; + + @PropertyDef(label = "搴撳尯鍚嶇О" ) + private String kqmc; + + @PropertyDef(label = "璁惧浠櫒鍚嶇О" ) + private String sbyqmc; + + @PropertyDef(label = "璁惧浠櫒浠g爜" ) + private String sbyqdm; + + @PropertyDef(label = "璁惧瑙勬牸鍨嬪彿" ) + private String sbggxh; + + @PropertyDef(label = "鐢熶骇鍘傚" ) + private String sccj; + + @PropertyDef(label = "鐢熶骇鏃ユ湡" ) + @JSONField(format = "yyyy-MM-dd") + private Date scrq; + + @PropertyDef(label = "璁惧鎻忚堪" ) + private String sbms; + + @PropertyDef(label = "璁惧鐘舵��" ) + private String sbzt; + + @PropertyDef(label = "妫�瀹氭椂闂�" ) + @JSONField(format = "yyyy-MM-dd") + private Date jdsj; + + @PropertyDef(label = "妫�瀹氬崟浣�" ) + private String jddw; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + + private Date zhgxsj; +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1110.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1110.java new file mode 100644 index 0000000..55d854d --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1110.java @@ -0,0 +1,51 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1110 implements Serializable { + + @PropertyDef(label = "璐т綅浠g爜" ) + private String hwdm; + + @PropertyDef(label = "鍗曚綅浠g爜" ) + private String dwdm; + + @PropertyDef(label = "搴撳尯浠g爜" ) + private String kqdm; + + @PropertyDef(label = "鍗曚綅鍚嶇О" ) + private String dwmc; + + @PropertyDef(label = "搴撳尯鍚嶇О" ) + private String kqmc; + + @PropertyDef(label = "璐т綅鍚嶇О" ) + private String hwmc; + + @PropertyDef(label = "璐т綅鐩稿浣嶇疆" ) + private String hwxdwz; + + @PropertyDef(label = "璐т綅浣嶇疆鏍峰紡" ) + private String hwwzys; + + @PropertyDef(label = "澶囨敞" ) + private String bz; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1202.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1202.java new file mode 100644 index 0000000..d4b4ff4 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1202.java @@ -0,0 +1,202 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1202 implements Serializable { + + @PropertyDef(label = "鍏ュ簱涓氬姟鍗曞彿") + private String rkywdh; + + @PropertyDef(label = "璐т綅浠g爜") + private String hwdm; + + @PropertyDef(label = "涓氬姟绫诲瀷", description = "2锛氬叆搴擄紙榛樿锛�") + private String ywlx = "2"; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "涓氬姟鏃ユ湡") + private Date ywrq; + + @PropertyDef(label = "璁″垝鏄庣粏鍙�") + private String jhmxh; + + @PropertyDef(label = "鍚堝悓鍙�") + private String hth; + + @PropertyDef(label = "绮潈褰掑睘鍗曚綅浠g爜") + private String lqgsdwdm; + + @PropertyDef(label = "鎵胯繍浜�") + private String cyr; + + @PropertyDef(label = "鑱旂郴鐢佃瘽") + private String lxdh; + + @PropertyDef(label = "韬唤璇佸彿") + private String sfzh; + + @PropertyDef(label = "璇︾粏鍦板潃") + private String xxdz; + + @PropertyDef(label = "杩愯緭宸ュ叿") + private String ysgj; + + @PropertyDef(label = "杞﹁埞鍙�") + private String cch; + + @PropertyDef(label = "杞﹁埞鍙风被鍨�") + private String cchlx; + + @PropertyDef(label = "鎸傝溅鍙�") + private String gch; + + @PropertyDef(label = "瑁呯伯鍦扮偣") + private String ldd; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鐧昏鏃堕棿") + private Date djsj; + + @PropertyDef(label = "鐧昏闂ㄥ矖浜哄憳濮撳悕") + private String djmgryxm; + + @PropertyDef(label = "绮鍝佺浠g爜") + private String lspzdm; + + @PropertyDef(label = "绮鎬ц川浠g爜") + private String lsxzdm; + + @PropertyDef(label = "鏀惰幏骞村害") + private String shnd; + + @PropertyDef(label = "浜у湴浠g爜") + private String cddm; + + @PropertyDef(label = "妫�鏂ょ被鍨�") + private String jjlx; + + @PropertyDef(label = "姣涢噸(鍏枻)") + private double mz; + + @PropertyDef(label = "姣涢噸鐩戠鍛�") + private String mzjby; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "姣涢噸璁¢噺鏃堕棿") + private Date mzjlsj; + + @PropertyDef(label = "姣涢噸璁¢噺鍛�") + private String mzjly; + + @PropertyDef(label = "鍊间粨鍛�") + private String zcy; + + @PropertyDef(label = "鐨噸(鍏枻)") + private double pz; + + @PropertyDef(label = "鐨噸鐩戠鍛�") + private String pzjby; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鐨噸璁¢噺鏃堕棿") + private Date pzjlsj; + + @PropertyDef(label = "鐨噸璁¢噺鍛�") + private String pzjly; + + @PropertyDef(label = "鍖呰鐗�") + private String bzw; + + @PropertyDef(label = "鏍囧噯鍖呭崟鍖呴噸(鍏枻)") + private Double bzbdbz = 25.0; + + @PropertyDef(label = "鏍囧噯鍖呬欢鏁�(浠�)") + private Integer bzbjs; + + @PropertyDef(label = "璐ㄦ鎵i噺(灏忚:鍏枻)") + private Double zjklxj; + + @PropertyDef(label = "鍏朵腑锛氭按鍒嗗鎵i噺(鍏枻)") + private Double qzsfzkl; + + @PropertyDef(label = "鍏朵腑锛氭潅璐ㄥ鎵i噺(鍏枻)") + private Double qzzzzkl; + + @PropertyDef(label = "鍏朵腑锛氫笉瀹屽杽绮掓墸閲�(鍏枻)") + private Double qzbwslkl; + + @PropertyDef(label = "鍏朵腑锛氫簰娣锋墸閲�(鍏枻)") + private Double qzhhkl; + + @PropertyDef(label = "鍏朵腑锛氱敓闇夌矑鎵i噺(鍏枻)") + private Double qzsmlkl; + + @PropertyDef(label = "鍏朵腑锛氭暣绮剧背绮掓墸閲�(鍏枻)") + private Double qzzjmlkl; + + @PropertyDef(label = "鍏朵腑锛氳胺澶栫硻绫虫墸閲�(鍏枻)") + private Double qzgwcmkl; + + @PropertyDef(label = "鍏朵腑榛勭矑绫虫墸閲�(鍏枻)") + private Double qzhlmkl; + + @PropertyDef(label = "鍏朵腑锛氬叾浠栨墸閲�(鍏枻)") + private Double qzqtkl; + + @PropertyDef(label = "鏁寸悊璐圭敤鎶樻墸閲�(鍏枻)") + private Double zlfyzkl; + + @PropertyDef(label = "鍖呰鐗╂墸閲�(鍏枻)") + private Double bzwkl; + + @PropertyDef(label = "鍏朵粬鎵i噺(鍏枻)") + private Double qtkl; + + @PropertyDef(label = "鎵i噺鍘熷洜") + private String klyy; + + @PropertyDef(label = "鐜板満鎵i噺(鍏枻)") + private Double xckl; + + @PropertyDef(label = "澧炴墸浠�(鍏枻)") + private Double zkj; + + @PropertyDef(label = "澧炴墸浠峰師鍥�") + private String zkhyy; + + @PropertyDef(label = "鍑�閲�(鍏枻)") + private Double jz; + + @PropertyDef(label = "瑁呭嵏浣滀笟鍗曚綅") + private String zxzydw; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鍑洪棬鏃堕棿") + private Date cmsj; + + @PropertyDef(label = "鍑洪棬纭闂ㄥ矖浜哄憳濮撳悕") + private String cmqrmgryxm; + + @PropertyDef(label = "鍏ュ簱缁撶畻鍗曞彿") + private String rkjsdh; + + @PropertyDef(label = "澶囨敞") + private String bz; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏇存柊鏃堕棿") + private Date zhgxsj; +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1204.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1204.java new file mode 100644 index 0000000..a2ef649 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1204.java @@ -0,0 +1,75 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1204 implements Serializable { + + @PropertyDef(label = "鍏ュ簱缁撶畻鍗曞彿", description = "鐢卞簱鐐逛唬鐮�+缁撶畻鏃ユ湡锛坹yyyMMdd锛�+4 浣嶉『搴忓彿缁勬垚") + private String rkjsdh; + + @PropertyDef(label = "璐т綅浠g爜") + private String hwdm; + + @PropertyDef(label = "鍚堝悓鍙�") + private String hth; + + @PropertyDef(label = "缁撶畻鏁伴噺(鍏枻)") + private double jssl; + + @PropertyDef(label = "缁撶畻鍗曚环(鍏�/鍏枻)") + private double jsdj; + + @PropertyDef(label = "缁撶畻閲戦(鍏�)") + private double jsje; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "缁撶畻鏃堕棿") + private Date jssj; + + @PropertyDef(label = "缁撶畻鏂瑰紡") + private String jsfs; + + @PropertyDef(label = "鏀舵浜�") + private String skr; + + @PropertyDef(label = "閾惰琛屽埆浠g爜") + private String yhhbdm; + + @PropertyDef(label = "鏀舵浜鸿韩浠借瘉鍙�") + private String skrsfzh; + + @PropertyDef(label = "寮�鎴疯鍙�") + private String khhh; + + @PropertyDef(label = "寮�鎴疯鍚嶇О") + private String khhmc; + + @PropertyDef(label = "閾惰璐﹀彿") + private String yhzh; + + @PropertyDef(label = "鍙戠エ鍙风爜") + private String fphm; + + @PropertyDef(label = "鍙戠エ鐘舵��") + private String fpzt; + + @PropertyDef(label = "浠樻鍗曚綅") + private String fkdw; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏇存柊鏃堕棿") + private Date zhgxsj; +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1206.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1206.java new file mode 100644 index 0000000..b760299 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1206.java @@ -0,0 +1,70 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1206 implements Serializable { + + @PropertyDef(label = "鍑哄簱缁撶畻鍗曞彿" ) + private String ckjsdh; + + @PropertyDef(label = "鍚堝悓鍙�" ) + private String hth; + + @PropertyDef(label = "缁撶畻鏁伴噺(鍏枻)" ) + private double jssl; + + @PropertyDef(label = "缁撶畻鍗曚环(鍏�/鍏枻)" ) + private double jsdj; + + @PropertyDef(label = "缁撶畻閲戦(鍏�)" ) + private double jsje; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "缁撶畻鏃堕棿" ) + private Date jssj; + + @PropertyDef(label = "缁撶畻鏂瑰紡" ) + private String jsfs; + + @PropertyDef(label = "浠樻浜�" ) + private String fkr; + + @PropertyDef(label = "閾惰琛屽埆浠g爜" ) + private String yhhbdm; + + @PropertyDef(label = "寮�鎴疯鍙�" ) + private String khhh; + + @PropertyDef(label = "寮�鎴疯鍚嶇О" ) + private String khhmc; + + @PropertyDef(label = "閾惰璐﹀彿" ) + private String yhzh; + + @PropertyDef(label = "鍙戠エ鍙风爜" ) + private String fphm; + + @PropertyDef(label = "鍙戠エ鐘舵��" ) + private String fpzt; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏇存柊鏃堕棿") + private Date zhgxsj; + + @JSONField(serialize = false) + @PropertyDef(label = "璐т綅浠g爜") + private String hwdm; +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1207.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1207.java new file mode 100644 index 0000000..655dac4 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1207.java @@ -0,0 +1,68 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1207 implements Serializable { + + @PropertyDef(label = "鍊掍粨鍗曞彿" ) + private String dcdh; + + @PropertyDef(label = "鍊掍粨绫诲瀷" ) + private String dclx; + + @PropertyDef(label = "鍊掍粨璁″垝鏂囦欢缂栧彿" ) + private String dcjhwjbh; + + @PropertyDef(label = "閫氱煡鍗曞彿" ) + private String tzdh; + + @PropertyDef(label = "鍊掑嚭鍗曚綅" ) + private String dcdw; + + @PropertyDef(label = "鍊掑叆鍗曚綅" ) + private String drdw; + + @PropertyDef(label = "绮鍝佺浠g爜" ) + private String lspzdm; + + @PropertyDef(label = "鍊掑嚭璐т綅浠g爜" ) + private String dchwdm; + + @PropertyDef(label = "鍊掑叆璐т綅浠g爜" ) + private String drhwdm; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鍊掍粨鏃ユ湡" ) + private Date dcrq; + + @PropertyDef(label = "鍊掍粨鏁伴噺(鍏枻)" ) + private double dcsl; + + @PropertyDef(label = "鍖呰鐗�" ) + private String bzw; + + @PropertyDef(label = "鏍囧噯鍖呬欢鏁�(浠�)" ) + private Integer bzbjs; + + @PropertyDef(label = "瑁呭嵏浣滀笟鍗曚綅(,闅斿紑澶氫釜)" ) + private String zxzydw; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏇存柊鏃堕棿") + private Date zhgxsj; + + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1208.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1208.java new file mode 100644 index 0000000..2f21d38 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1208.java @@ -0,0 +1,103 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1208 implements Serializable { + + @JSONField(serialize = false) + private String id; + + @PropertyDef(label = "璐т綅浠g爜") + private String hwdm; + + @PropertyDef(label = "绮鍝佺浠g爜") + private String lspzdm; + + @PropertyDef(label = "绮鎬ц川浠g爜") + private String lsxzdm; + + @PropertyDef(label = "绮绛夌骇浠g爜") + private String lsdjdm; + + @PropertyDef(label = "鏀惰幏骞村害") + private String shnd; + + @PropertyDef(label = "鍥藉埆") + private String gb; + + @PropertyDef(label = "浜у湴") + private String cd; + + @PropertyDef(label = "淇濈鍛�") + private String bgy; + + @PropertyDef(label = "绮潈褰掑睘鍗曚綅浠g爜") + private String lqgsdwdm; + + @PropertyDef(label = "绠$悊鏂瑰紡") + private String glfs; + + @PropertyDef(label = "鏀跺偍鍦扮偣") + private String scdd; + + @PropertyDef(label = "鍌ㄧ伯鏂瑰紡") + private String clfs; + + @PropertyDef(label = "璐т綅(娌圭綈)鐘舵��") + private String hwzt; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鍏ヤ粨鏃堕棿") + private Date rcsj; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "灏佷粨鏃ユ湡") + private Date fcrq; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鍑轰粨瀹屾垚鏃堕棿") + private Date ccwcsj; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "娓呬粨鏃堕棿") + private Date qcsj; + + @PropertyDef(label = "瀹為檯鏁伴噺(鍏枻)") + private double sjsl; + + @PropertyDef(label = "璁′环鏁伴噺(鍏枻)") + private double jjsl; + + @PropertyDef(label = "鎴愯揣浣嶅墠鎹熻��(鍏枻)") + private double chwqsh; + + @PropertyDef(label = "鍖呭瓨绮寘鏁�(鍖�)") + private Integer bclbs; + + @PropertyDef(label = "瀹為檯瑁呯伯绾块珮(绫�)") + private double sjzlxg; + + @PropertyDef(label = "绮爢浣撶Н(绔嬫柟绫�)") + private double ldtj; + + @PropertyDef(label = "澶囨敞") + private String bz; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏇存柊鏃堕棿") + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1209.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1209.java new file mode 100644 index 0000000..8c388ec --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1209.java @@ -0,0 +1,101 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1209 implements Serializable { + + @PropertyDef(label = "鎹熸孩鍗曞彿" ) + private String sydh; + + @PropertyDef(label = "璐т綅浠g爜" ) + private String hwdm; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "涓氬姟鏃ユ湡" ) + private Date ywrq; + + @PropertyDef(label = "鍏ュ簱鍑�閲�(鍏枻)" ) + private double rkjz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鍏ュ簱鏃堕棿" ) + private Date rksj; + + @PropertyDef(label = "鍏ュ簱姘村垎(%)" ) + private double rksf; + + @PropertyDef(label = "鍏ュ簱鏉傝川(%)" ) + private double rkzz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鍑哄簱鏃堕棿" ) + private Date cksj; + + @PropertyDef(label = "鍑哄簱鍑�閲�(鍏枻)" ) + private double ckjz; + + @PropertyDef(label = "鍑哄簱姘村垎(%)" ) + private double cksf; + + @PropertyDef(label = "鍑哄簱鏉傝川(%)" ) + private double ckzz; + + @PropertyDef(label = "鍑�閲嶆崯婧㈡暟閲�(鍏枻)" ) + private double jzsysl; + + @PropertyDef(label = "鍏朵腑锛氭垚璐т綅鍓嶆崯鑰�(鍏枻)") + private double qzchwqsh; + + @PropertyDef(label = "鍏朵腑姘存潅鍑忛噺(鍏枻)" ) + private double qzszkl; + + @PropertyDef(label = "鍏朵腑锛氳嚜鐒舵崯鑰楀畾棰�(鍏枻)" ) + private double qzzrshde; + + @PropertyDef(label = "瓒呰�楁暟閲�(鍏枻)" ) + private double chsl; + + @PropertyDef(label = "鎹熺泭鏄惁姝e父" ) + private String sysfzc; + + @PropertyDef(label = "鎹熸孩绫诲瀷",description = "1:鎹熻�楋紝2锛氭崯澶憋紝3.鍏朵粬") + private String sylx; + + @PropertyDef(label = "鎹熸孩鍘熷洜" ) + private String syyy; + + @PropertyDef(label = "浠撳偍瀹℃牳浜�" ) + private String ccshr; + + @PropertyDef(label = "璐ㄦ瀹℃牳浜�" ) + private String zjshr; + + @PropertyDef(label = "缁熻瀹℃牳浜�" ) + private String tjshr; + + @PropertyDef(label = "浼氳瀹℃牳浜�" ) + private String kjshr; + + @PropertyDef(label = "棰嗗瀹℃牳浜�" ) + private String ldshr; + + @PropertyDef(label = "澶囨敞" ) + private String bz; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏇存柊鏃堕棿") + private Date zhgxsj; +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1210.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1210.java new file mode 100644 index 0000000..0d58568 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1210.java @@ -0,0 +1,71 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1210 implements Serializable { + + + @PropertyDef(label = "绮鎬ц川杞彉鍗曞彿") + private String lsxzzbdh; + + @PropertyDef(label = "璐т綅浠g爜") + private String hwdm; + + @PropertyDef(label = "绮鏁伴噺(鍏枻)") + private double lssl; + + @PropertyDef(label = "鍒掕浆鏁伴噺(鍏枻)") + private double hzsl; + + @PropertyDef(label = "鎵瑰噯鏂囧彿") + private String bzwh; + + @PropertyDef(label = "绮鍝佺浠g爜") + private String lspzdm; + + @PropertyDef(label = "鍒掕浆鍓嶇伯椋熸�ц川浠g爜") + private String hzqlsxzdm; + + @PropertyDef(label = "鍒掕浆鍚庣伯椋熸�ц川浠g爜") + private String hzhlsxzdm; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鍒掕浆鏃ユ湡") + private Date hzrq; + + @PropertyDef(label = "浠撳偍瀹℃牳浜�" ) + private String ccshr; + + @PropertyDef(label = "璐ㄦ瀹℃牳浜�" ) + private String zjshr; + + @PropertyDef(label = "缁熻瀹℃牳浜�" ) + private String tjshr; + + @PropertyDef(label = "浼氳瀹℃牳浜�" ) + private String kjshr; + + @PropertyDef(label = "棰嗗瀹℃牳浜�" ) + private String ldshr; + + @PropertyDef(label = "澶囨敞" ) + private String bz; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏇存柊鏃堕棿" ) + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1212.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1212.java new file mode 100644 index 0000000..d48c850 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1212.java @@ -0,0 +1,72 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1212 implements Serializable { + + @PropertyDef(label = "鍗曚綅浠g爜") + private String dwdm; + + @PropertyDef(label = "鍗曚綅鍚嶇О") + private String dwmc; + + @PropertyDef(label = "搴撳尯浠g爜") + private String kqdm; + + @PropertyDef(label = "搴撳尯鍚嶇О") + private String kqmc; + + @PropertyDef(label = "瀹㈡埛绫诲瀷") + private String khlx; + + @PropertyDef(label = "瀹㈡埛缁熶竴绀句細淇$敤浠g爜鎴栬韩浠借瘉鍙�") + private String khtyshxydmhsfzh; + + @PropertyDef(label = "瀹㈡埛鍚嶇О") + private String khmc; + + @PropertyDef(label = "娉曞畾浠h〃浜�") + private String fddbr; + + @PropertyDef(label = "閫氳鍦板潃") + private String txdz; + + @PropertyDef(label = "閭斂缂栫爜") + private String yzbm; + + @PropertyDef(label = "鑱旂郴浜哄鍚�") + private String lxrxm; + + @PropertyDef(label = "鑱旂郴鐢佃瘽") + private String lxrdh; + + @PropertyDef(label = "鑱旂郴浜鸿韩浠借瘉鍙�") + private String lxrsfzh; + + @PropertyDef(label = "鐢靛瓙淇$") + private String dzyx; + + @PropertyDef(label = "瀹㈡埛鏂瑰紑鎴疯") + private String khfkhh; + + @PropertyDef(label = "瀹㈡埛鏂硅处鍙�") + private String khfzh; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏇存柊鏃堕棿") + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1301.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1301.java new file mode 100644 index 0000000..27e9b53 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1301.java @@ -0,0 +1,89 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1301 implements Serializable { + + @PropertyDef(label = "椋庨櫓鐐圭紪鐮�" ) + private String fxdbm; + + @PropertyDef(label = "搴撳尯浠g爜" ) + private String kqdm; + + @PropertyDef(label = "鍗曚綅浠g爜" ) + private String dwdm; + + @PropertyDef(label = "搴撳尯鍚嶇О" ) + private String kqmc; + + @PropertyDef(label = "鍦扮偣" ) + private String dd; + + @PropertyDef(label = "璇嗗埆浜�" ) + private String sbr; + + @PropertyDef(label = "鐜妭/閮ㄤ綅" ) + private String hjbw; + + @PropertyDef(label = "椋庨櫓淇℃伅" ) + private String fxxx; + + @PropertyDef(label = "椋庨櫓绫诲瀷" ) + private String fxlx; + + @PropertyDef(label = "椋庨櫓鍒嗙骇" ) + private String fxfj; + + @PropertyDef(label = "椋庨櫓绠℃帶鎺柦" ) + private String fxglcs; + + @JSONField(name = "Yhxx") + @PropertyDef(label = "闅愭偅淇℃伅" ) + private String yhxx; + + @PropertyDef(label = "闅愭偅鎺掓煡淇℃伅" ) + private String yhpcxx; + + @PropertyDef(label = "闅愭偅鏁存敼淇℃伅" ) + private String yhzgxx; + + @PropertyDef(label = "闅愭偅鏁存敼楠屾敹淇℃伅" ) + private String yhysxx; + + @PropertyDef(label = "浜嬫晠鍩烘湰淇℃伅" ) + private String sgjbxx; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鏁存敼鏃堕檺" ) + private Date zgsx; + + @PropertyDef(label = "璐d换鍗曚綅" ) + private String zrdw; + + @PropertyDef(label = "璐d换浜�" ) + private String zrr; + + @PropertyDef(label = "鏁存敼楠屾敹淇℃伅" ) + private String zgysxx; + + @PropertyDef(label = "椋庨櫓璺熻釜鐩戠璐d换浜�" ) + private String fxgzjgzrr; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1302.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1302.java new file mode 100644 index 0000000..d64bd5d --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1302.java @@ -0,0 +1,61 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1302 implements Serializable { + + @PropertyDef(label = "娓╂箍搴︽娴嬪崟鍙�" ) + private String wsdjcdh; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "妫�娴嬫椂闂�") + private Date jcsj; + + @PropertyDef(label = "璐т綅浠g爜" ) + private String hwdm; + + @PropertyDef(label = "浠撴埧澶栨俯" ) + private double cfww; + + @PropertyDef(label = "浠撴埧澶栨箍" ) + private double cfws; + + @PropertyDef(label = "浠撴埧鍐呮俯" ) + private double cfnw; + + @PropertyDef(label = "浠撴埧鍐呮箍" ) + private double cfns; + + @PropertyDef(label = "绮鏈�楂樻俯" ) + private double lszgw; + + @PropertyDef(label = "绮鏈�浣庢俯" ) + private double lszdw; + + @PropertyDef(label = "绮骞冲潎娓�" ) + private double lspjw; + + @PropertyDef(label = "绮娓╁害鍊奸泦鍚�" ) + private String lswdzjh; + + @PropertyDef(label = "绮婀垮害鍊奸泦鍚�" ) + private String lssdzjh; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1303.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1303.java new file mode 100644 index 0000000..c9f536f --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1303.java @@ -0,0 +1,52 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1303 implements Serializable { + + @PropertyDef(label = "瀹宠櫕妫�娴嬪崟鍙�" ,description = "鐢辫揣浣嶄唬鐮�+妫�娴嬫棩鏈燂紙yyyyMMdd锛�+4 浣嶉『搴忓彿缁勬垚") + private String hcjcdh; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "妫�娴嬫椂闂�" ) + private Date jcsj; + + @PropertyDef(label = "璐т綅浠g爜" ) + private String hwdm; + + @PropertyDef(label = "妫�鏌ュ铏柟娉�" ) + private String jchcff; + + @PropertyDef(label = "鍙戠敓閮ㄤ綅" ) + private String fsbw; + + @PropertyDef(label = "瀹宠櫕绉嶇被" ) + private String hczl; + + @PropertyDef(label = "铏彛瀵嗗害鍊奸泦鍚�" ) + private String ckmdzjh; + + @PropertyDef(label = "铏伯绛夌骇鍒ゅ畾" ) + private String cldjpd; + + @PropertyDef(label = "瀹宠櫕鎶楄嵂鎬у垎鏋�" ) + private String hckyxfx; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1304.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1304.java new file mode 100644 index 0000000..81b94f1 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1304.java @@ -0,0 +1,55 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1304 implements Serializable { + + @PropertyDef(label = "姘斾綋娴撳害妫�娴嬪崟鍙�" ) + private String qtndjcdh; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "妫�娴嬫椂闂�" ) + private Date jcsj; + + @PropertyDef(label = "璐т綅浠g爜" ) + private String hwdm; + + @PropertyDef(label = "姘ф皵鍚噺鍊奸泦鍚�" ) + private String yqhlzjh; + + @PropertyDef(label = "浜屾哀鍖栫⒊鍚噺鍊奸泦鍚�" ) + private String eyhthlzjh; + + @PropertyDef(label = "纭叞姘熸祿搴﹀�奸泦鍚�" ) + private String lxfndzjh; + + @PropertyDef(label = "纾峰寲姘㈡祿搴﹀�奸泦鍚�" ) + private String lhqndzjh; + + @PropertyDef(label = "涓�姘у寲姘惈閲忓�奸泦鍚�" ) + private String yyhdhlzjh; + + @PropertyDef(label = "涓�姘у寲纰冲惈閲忓�奸泦鍚�" ) + private String yyhthlzjh; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @PropertyDef(label = "浣滀笟绫诲瀷" ) + private String zylx; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1305.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1305.java new file mode 100644 index 0000000..dcbd8bc --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1305.java @@ -0,0 +1,238 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import com.fzzy.api.entity.ApiParent; +import lombok.Data; +import lombok.EqualsAndHashCode; +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.Id; +import javax.persistence.Table; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +@Entity +@Table(name = "API_1305") +@EqualsAndHashCode(callSuper=false) +public class Nx2023Api1305 extends ApiParent implements Serializable { + + /** + * + */ + private static final long serialVersionUID = 1L; + + @Id + @PropertyDef(label = "閫氶浣滀笟鍗曞彿" ) + @Column(name = "tfzydh", length = 41) + private String tfzydh; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "閫氶鏃ユ湡" ) + @Column(name = "tfrq") + private Date tfrq; + + @PropertyDef(label = "浠撴埧浠g爜" ) + @Column(name = "cfdm", length = 25) + private String cfdm; + + @PropertyDef(label = "閫氶鐩殑" ) + @Column(name = "tfmd", length = 128) + private String tfmd; + + @PropertyDef(label = "绮爢瀛旈殭搴�" ) + @Column(name = "ldkxd") + private Double ldkxd; + + @PropertyDef(label = "閫氶绫诲瀷" ) + @Column(name = "tflx", length = 1) + private String tflx; + + @PropertyDef(label = "椋庨亾鍨嬪紡" ) + @Column(name = "fdxs", length = 1) + private String fdxs; + + @PropertyDef(label = "椋庣綉璁剧疆鏂瑰紡" ) + @Column(name = "fwszfs", length = 64) + private String fwszfs; + + @PropertyDef(label = "涓婚閬撴埅闈㈢Н" ) + @Column(name = "zfdjmj") + private Double zfdjmj; + + @PropertyDef(label = "鏀閬撴埅闈㈢Н" ) + @Column(name = "zhfdjmj") + private Double zhfdjmj; + + @PropertyDef(label = "鏀閬撴�婚暱搴�" ) + @Column(name = "zfdzcd", precision = 20, scale = 3) + private Double zfdzcd; + + @PropertyDef(label = "椋庣綉寮�瀛旂巼" ) + @Column(name = "fwkkl") + private Double fwkkl; + + @PropertyDef(label = "绌烘皵閫斿緞姣�" ) + @Column(name = "kqtjb") + private Double kqtjb; + + @PropertyDef(label = "閫氶鍙h缃釜鏁�" ) + @Column(name = "tfkszgs") + private Integer tfkszgs; + + @PropertyDef(label = "閫氶鏈哄瀷鍙�" ) + @Column(name = "tfjxh", length = 128) + private String tfjxh; + + @PropertyDef(label = "閫氶鏈哄彴鏁�" ) + @Column(name = "tfjts") + private Integer tfjts; + + @PropertyDef(label = "鍗曞彴椋庢満棰濆畾鍏ㄥ帇" ) + @Column(name = "dtfjedqy") + private Double dtfjedqy; + + @PropertyDef(label = "鍗曞彴椋庢満棰濆畾椋庨噺" ) + @Column(name = "dtfjedfl") + private Double dtfjedfl; + + @PropertyDef(label = "鍗曞彴椋庢満棰濆畾鍔熺巼" ) + @Column(name = "dtfjedgl") + private Double dtfjedgl; + + @PropertyDef(label = "閫侀鏂瑰紡" ) + @Column(name = "sffs", length = 1) + private String sffs; + + @PropertyDef(label = "鍗曞彴椋庢満瀹炴祴椋庨噺" ) + @Column(name = "dtfjscfl") + private Double dtfjscfl; + + @PropertyDef(label = "鍗曞彴椋庢満杞村姛鐜�" ) + @Column(name = "dtfjzgl") + private Double dtfjzgl; + + @PropertyDef(label = "鎬婚閲�" ) + @Column(name = "zfl") + private Double zfl; + + @PropertyDef(label = "鍗曚綅閫氶閲�" ) + @Column(name = "dwtfl") + private Double dwtfl; + + @PropertyDef(label = "瀹炴祴绯荤粺闃诲姏" ) + @Column(name = "scxtzl") + private Double scxtzl; + + @PropertyDef(label = "鎬昏�楃數閲�" ) + @Column(name = "zhdl") + private Double zhdl; + + @PropertyDef(label = "浣滀笟鏃舵皵娓�" ) + @Column(name = "zysqw") + private Double zysqw; + + @PropertyDef(label = "浣滀笟鏃舵皵婀�" ) + @Column(name = "zysqs") + private Double zysqs; + + @PropertyDef(label = "閫氶鏃堕暱" ) + @Column(name = "tfsc") + private Double tfsc; + + @PropertyDef(label = "浣滀笟鍓嶅钩鍧囩伯娓�" ) + @Column(name = "zyqpjlw") + private Double zyqpjlw; + + @PropertyDef(label = "缁撴潫鍚庡钩鍧囩伯娓�" ) + @Column(name = "jshpjlw") + private Double jshpjlw; + + @PropertyDef(label = "闄嶆俯骞呭害" ) + @Column(name = "jwfd") + private Double jwfd; + + @PropertyDef(label = "鍚ㄧ伯闄嶆俯鑳借��" ) + @Column(name = "dljwnh") + private Double dljwnh; + + @PropertyDef(label = "澶辨按鐜�" ) + @Column(name = "ssl_") + private Double ssl; + + @PropertyDef(label = "淇濇按鏁堟灉璇勪环缁撴灉" ) + @Column(name = "bsxgpjjg", length = 128) + private String bsxgpjjg; + + @PropertyDef(label = "閫氶闄嶆俯鍧囧寑鎬ц瘎浠穇鏁翠粨" ) + @Column(name = "tfjwjyxpjzc", length = 128) + private String tfjwjyxpjzc; + + @PropertyDef(label = "閫氶闄嶆俯鍧囧寑鎬ц瘎浠穇涓婂眰" ) + @Column(name = "tfjwjyxpjsc", length = 128) + private String tfjwjyxpjsc; + + @PropertyDef(label = "閫氶闄嶆俯鍧囧寑鎬ц瘎浠穇涓�(闂�)灞�" ) + @Column(name = "tfjwjyxpjzjc", length = 128) + private String tfjwjyxpjzjc; + + @PropertyDef(label = "閫氶闄嶆俯鍧囧寑鎬ц瘎浠穇涓嬪眰" ) + @Column(name = "tfjwjyxpjxc", length = 128) + private String tfjwjyxpjxc; + + @PropertyDef(label = "浣滀笟鍓嶅钩鍧囨按鍒�" ) + @Column(name = "zyqpjsf") + private Double zyqpjsf; + + @PropertyDef(label = "缁撴潫鍚庡钩鍧囨按鍒�" ) + @Column(name = "zyhpjsf") + private Double zyhpjsf; + + @PropertyDef(label = "闄嶆按骞呭害" ) + @Column(name = "jsfd") + private Double jsfd; + + @PropertyDef(label = "鍚ㄧ伯闄嶆按鑳借��" ) + @Column(name = "dljsnh") + private Double dljsnh; + + @PropertyDef(label = "閫氶闄嶆按鍧囧寑鎬у垎鏋恄鏁翠粨" ) + @Column(name = "tfjsjyxfxzc", length = 128) + private String tfjsjyxfxzc; + + @PropertyDef(label = "閫氶闄嶆按鍧囧寑鎬у垎鏋恄涓婂眰" ) + @Column(name = "tfjsjyxfxsc", length = 128) + private String tfjsjyxfxsc; + + @PropertyDef(label = "閫氶闄嶆按鍧囧寑鎬у垎鏋恄涓�(闂�)灞�" ) + @Column(name = "tfjsjyxfxzjc", length = 128) + private String tfjsjyxfxzjc; + + @PropertyDef(label = "閫氶闄嶆按鍧囧寑鎬у垎鏋恄涓嬪眰" ) + @Column(name = "tfjsjyxfxxc", length = 128) + private String tfjsjyxfxxc; + + @PropertyDef(label = "閫氶浣滀笟璐熻矗浜�" ) + @Column(name = "tfzyfzr", length = 64) + private String tfzyfzr; + + @PropertyDef(label = "閫氶浣滀笟浜哄憳" ) + @Column(name = "tfzyry", length = 128) + private String tfzyry; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + @Column(name = "czbz", length = 1) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + @Column(name = "zhgxsj") + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1309.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1309.java new file mode 100644 index 0000000..344dcd2 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1309.java @@ -0,0 +1,62 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1309 implements Serializable { + + @PropertyDef(label = "棰勮淇℃伅浠g爜" ) + private String yjxxdm; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "棰勮鍙戝竷鏃堕棿" ) + private Date fbsj; + + @PropertyDef(label = "杩濊涓讳綋绫诲瀷" ) + private String wgztlx; + + @PropertyDef(label = "杩濊鍗曚綅浠g爜" ) + private String qydm; + + @PropertyDef(label = "杩濊琛屼负浜�" ) + private String wgxwr; + + @PropertyDef(label = "娑夊強搴撶偣" ) + private String sjkd; + + @PropertyDef(label = "杩濊绫诲瀷" ) + private String wglx; + + @PropertyDef(label = "杩濊璇︽儏" ) + private String wgqk; + + @PropertyDef(label = "褰撳墠澶勭疆鐘舵��" ) + private String czzt; + + @PropertyDef(label = "澶勭疆鍐呭" ) + private String hxczqk; + + @PropertyDef(label = "澶勭疆浜�" ) + private String hxczr; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "澶勭疆鏃堕棿" ) + private Date hxczsj; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1310.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1310.java new file mode 100644 index 0000000..12721ff --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1310.java @@ -0,0 +1,116 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1310 implements Serializable { + + @PropertyDef(label = "璐ㄦ鎶ュ憡鍗曞彿" ) + private String zjbgdh; + + @PropertyDef(label = "璐т綅浠g爜" ) + private String hwdm; + + @PropertyDef(label = "绮鍝佺浠g爜" ) + private String lspzdm; + + @PropertyDef(label = "绮绛夌骇浠g爜" ) + private String lsdjdm; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鍏ュ簱鏃ユ湡" ) + private Date rkrq; + + @PropertyDef(label = "妫�楠岀被鍒�" ) + private String jylb; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "妫�楠屾椂闂�" ) + private Date jysj; + + @PropertyDef(label = "妫�楠屽崟浣�" ) + private String jydw; + + @PropertyDef(label = "妫�楠屼汉" ) + private String jyr; + + @PropertyDef(label = "妫�楠屼緷鎹�" ) + private String jyyj; + + @PropertyDef(label = "鎸囨爣绫诲埆" ) + private String zblb; + + @PropertyDef(label = "妫�楠岄」鐩�" ) + private String jyxm; + + @PropertyDef(label = "妫�楠岄」鐩��" ) + private String jyxmz; + + @PropertyDef(label = "鎸囨爣缁撴灉鍒ゅ畾" ) + private String zbjgpd; + + @PropertyDef(label = "椋熷搧瀹夊叏鎸囨爣鏄惁鍚堟牸" ) + private String spaqzbsfhg; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "绛惧彂鏃ユ湡" ) + private Date qfrq; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鎶ュ憡鍑哄叿鏃堕棿" ) + private Date bgcjsj; + + @PropertyDef(label = "瀹℃牳浜哄鍚�" ) + private String shrxm; + + @PropertyDef(label = "鎵︽牱鍗曠紪鍙�" ) + private String qydbh; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鎵︽牱鏃堕棿" ) + private Date qysj; + + @PropertyDef(label = "鎵︽牱鍖哄煙" ) + private String qyqy; + + @PropertyDef(label = "鎵︽牱浜哄鍚�" ) + private String qyrxm; + + @PropertyDef(label = "鐩戠潱浜哄鍚�" ) + private String jdrxm; + + @PropertyDef(label = "鏍峰搧缂栧彿" ) + private String ypbh; + + @PropertyDef(label = "鏍峰搧鏁伴噺" ) + private double ypsl; + + @PropertyDef(label = "浠h〃鏁伴噺" ) + private double dbsl; + + @PropertyDef(label = "鏍峰搧绛夌骇" ) + private String ypdj; + + @PropertyDef(label = "鏄惁姝e父瀛樺偍骞撮檺" ) + private String sfzcccnx; + + @PropertyDef(label = "澶囨敞" ) + private String bz; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1401.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1401.java new file mode 100644 index 0000000..d4c671f --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1401.java @@ -0,0 +1,51 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1401 implements Serializable { + + @PropertyDef(label = "搴撳尯浠g爜") + private String kqdm; + + @PropertyDef(label = "骞翠唤" ) + private String nf; + + @PropertyDef(label = "琛屾斂鍖哄垝浠g爜" ) + private String xzqhdm; + + @PropertyDef(label = "鎵垮偍浼佷笟" ) + private String ccqy; + + @PropertyDef(label = "绮鍝佺" ) + private String ylpz; + + @PropertyDef(label = "绮鎬ц川" ) + private String ylxz; + + @PropertyDef(label = "鍌ㄥ瑙勬ā璁″垝鏁伴噺" ) + private double ylcbgmjhsl; + + @PropertyDef(label = "鍌ㄥ瑙勬ā璁″垝鏂囧彿" ) + private String cbgmjhwh; + + @PropertyDef(label = "澶囨敞" ) + private String remarks; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1402.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1402.java new file mode 100644 index 0000000..92af343 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1402.java @@ -0,0 +1,59 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * 鎺ュ彛琛�-鍌ㄥ璁″垝淇℃伅鏁版嵁琛� + * + * @author chen + * @date 2022-09-02 16:03 + */ +@Data +public class Nx2023Api1402 implements Serializable { + + @PropertyDef(label = "璁″垝鍗曞彿" ) + private String jhdh; + + @PropertyDef(label = "璁″垝鏂囧彿" ) + private String jhwh; + + @PropertyDef(label = "璁″垝鍚嶇О" ) + private String jhmc; + + @PropertyDef(label = "璁″垝骞村害" ) + private String jhnd; + + @PropertyDef(label = "鍒跺畾璁″垝鍗曚綅" ) + private String jhzddw; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "璁″垝涓嬭揪鏃堕棿" ) + private Date jhxdsj; + + @PropertyDef(label = "绮鍝佺浠g爜" ) + private String lspzdm; + + @PropertyDef(label = "绮绛夌骇浠g爜" ) + private String lsdjdm; + + @PropertyDef(label = "绮鎬ц川浠g爜" ) + private String lsxzdm; + + @PropertyDef(label = "鏁伴噺" ) + private Double sl; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + + @PropertyDef(label = "搴撳尯浠g爜") + private String kqdm; + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1404.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1404.java new file mode 100644 index 0000000..c8b405b --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1404.java @@ -0,0 +1,51 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1404 implements Serializable { + + @PropertyDef(label = "璁″垝鏄庣粏鍗曞彿" ) + private String jhmxdh; + + @PropertyDef(label = "杞崲璁″垝鍗曞彿" ) + private String lhjhdh; + + @PropertyDef(label = "绮鍝佺浠g爜" ) + private String lspzdm; + + @PropertyDef(label = "绮绛夌骇浠g爜" ) + private String lsdjdm; + + @PropertyDef(label = "绮鎬ц川浠g爜" ) + private String lsxzdm; + + @PropertyDef(label = "鏀惰幏骞村害" ) + private String shnd; + + @PropertyDef(label = "杞崲璐т綅浠g爜" ) + private String lhhwdm; + + @PropertyDef(label = "杞崲鏁伴噺" ) + + private double lhsl; + + @PropertyDef(label = "杞崲绫诲瀷" ) + private String lhlx; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1405.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1405.java new file mode 100644 index 0000000..db73087 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1405.java @@ -0,0 +1,118 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * @Description + * @Author CZT + * @Date 2024/4/18 16:23 + */ +@Data +public class Nx2023Api1405 implements Serializable { + + @PropertyDef(label = "椤圭洰浠g爜" ) + private String xmdm; + + @PropertyDef(label = "椤圭洰鍚嶇О" ) + private String xmmc; + + @PropertyDef(label = "琛屾斂鍖哄垝浠g爜" ) + private String xzqhdm; + + @PropertyDef(label = "骞翠唤" ) + private String nf; + + @PropertyDef(label = "椤圭洰绫诲瀷" ) + private String xmlx; + + @PropertyDef(label = "寤鸿鍐呭鍙婅妯�" ) + private String jsnr; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鎷熷紑宸ユ椂闂�" ) + private Date nkgsj; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鎷熷缓鎴愭椂闂�" ) + private Date njcsj; + + @PropertyDef(label = "寤鸿鐘舵��" ) + private String jszt; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鐢虫姤鏃ユ湡" ) + private Date sbrq; + + @PropertyDef(label = "瀹℃壒鏂囧彿" ) + private String spwh; + + @PropertyDef(label = "椤圭洰(娉曚汉)鍗曚綅" ) + private String xmdw; + + @PropertyDef(label = "娉曚汉璇佺収绫诲瀷" ) + private String fddbrzzlx; + + @PropertyDef(label = "娉曚汉璇佺収鍙风爜" ) + private String fddbrzzhm; + + @PropertyDef(label = "鑱旂郴浜�" ) + private String lxr; + + @PropertyDef(label = "鑱旂郴鏂瑰紡" ) + private String lxfs; + + @PropertyDef(label = "鐢靛瓙閭" ) + private String dzyx; + + @PropertyDef(label = "寤鸿鍦扮偣" ) + private String jsdd; + + @PropertyDef(label = "鎬绘姇璧�" ) + private double ztz; + + @PropertyDef(label = "鍥哄畾璧勪骇鎶曡祫" ) + private double gdzctz; + + @PropertyDef(label = "涓ぎ璐㈡斂璧勯噾" ) + private double zyczzj; + + @PropertyDef(label = "鐪佽储鏀胯祫閲�" ) + private double sczzj; + + @JSONField(name = "sczzj01") + @PropertyDef(label = "甯傝储鏀胯祫閲�" ) + private double sczzj2; + + @PropertyDef(label = "閾惰璐锋" ) + private double yhdk; + + @PropertyDef(label = "鑲$エ鍊哄埜" ) + private double gpzq; + + @PropertyDef(label = "鍏惰祫閲�" ) + private double qtzj; + + @PropertyDef(label = "椤圭洰璧勬枡" ) + private String xmzl; + + @PropertyDef(label = "椤圭洰鍦板潃缁忓害" ) + private double xmdzjd; + + @PropertyDef(label = "椤圭洰鍦板潃绾害" ) + private double zmdzwd; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + + @PropertyDef(label = "搴撳尯浠g爜") + private String kqdm; + +} -- Gitblit v1.9.3