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