Browse Source

公务用车 LargeCar id字段映射修改

zhanghao 1 month ago
parent
commit
32ece600ff

+ 2 - 1
project-zcustom/src/main/java/com/project/zcustom/domain/addional/LargeCar.java

@@ -14,6 +14,7 @@ import java.math.BigDecimal;
 @TableName("large_plat_public_car")
 @TableName("large_plat_public_car")
 @JsonInclude(JsonInclude.Include.NON_NULL)
 @JsonInclude(JsonInclude.Include.NON_NULL)
 public class LargeCar extends CustomBaseEntity {
 public class LargeCar extends CustomBaseEntity {
+    @JSONField(name = "ID")
     private Long id;
     private Long id;
 
 
     /**
     /**
@@ -101,7 +102,7 @@ public class LargeCar extends CustomBaseEntity {
      * 公务车编制数
      * 公务车编制数
      */
      */
 
 
-    @JSONField(name = "gwcZbs")
+    @JSONField(name = "gwcBZS")
     private Long establishmentsCarNum;
     private Long establishmentsCarNum;
 
 
     /**
     /**