mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-06-24 08:59:41 +08:00
* !44 comment * !39 添加下行日志打印 * !36 扩展计价领域模型 * !35 webui 初步成型 * !34 webui 初步成型
This commit is contained in:
@@ -14,7 +14,7 @@ import java.io.Serializable;
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* @author baigod
|
||||
* @author 九筒
|
||||
*/
|
||||
@Data
|
||||
public class PileSession implements Serializable {
|
||||
@@ -37,6 +37,8 @@ public class PileSession implements Serializable {
|
||||
|
||||
private int nodeGrpcPort;
|
||||
|
||||
|
||||
|
||||
public PileSession(UUID pileId, String pileCode, String protocolName) {
|
||||
this.pileId = pileId;
|
||||
this.pileCode = pileCode;
|
||||
|
||||
Reference in New Issue
Block a user