From 4603da77459b23291191b52a35c5c8ccb9ac60e3 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 28 六月 2024 15:04:49 +0800
Subject: [PATCH] 上海省平台协议-添加统一编码

---
 src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1302.java |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1302.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1302.java
index 0c7ed9b..e4eeff8 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1302.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1302.java
@@ -2,14 +2,8 @@
 
 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;
 
@@ -38,6 +32,9 @@
 
     @PropertyDef(label = "璐т綅浠g爜")
     private String hwdm;
+
+    @PropertyDef(label = "缁熶竴璐т綅缂栫爜" )
+    private String tyhwbm;
 
     @PropertyDef(label = "浠撴埧澶栨俯")
     private double cfww;
@@ -89,13 +86,13 @@
     private String lwmx;
 
     @PropertyDef(label = "绮俯鐘舵��")
-    private String lwzt;
+    private String lwzt = "0";
 
     @PropertyDef(label = "寮傚父鐐逛釜鏁�")
-    private String ycdgs;
+    private Integer ycdgs = 0;
 
     @PropertyDef(label = "绮儏鎶�鏈�")
-    private String lqjs;
+    private String lqjs = "2";
 
     @PropertyDef(label = "鏍囪浣�")
     private String bjw;

--
Gitblit v1.9.3