华为云处理

This commit is contained in:
2023-02-15 11:27:49 +08:00
parent 6e840fa650
commit bec51dc9ac
57 changed files with 245 additions and 104 deletions

View File

@@ -32,7 +32,7 @@
</dependency>
<dependency>
<groupId>com.njcn</groupId>
<artifactId>common-microservice</artifactId>
<artifactId>${micro.sdk}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

View File

@@ -1,6 +1,6 @@
package com.njcn.energy.pojo.dto;
import com.google.gson.annotations.SerializedName;;
import com.google.gson.annotations.SerializedName;
import lombok.Data;
import java.io.Serializable;