update 桩基本信息修改软件协议字段

This commit is contained in:
Lemon
2025-08-07 14:17:40 +08:00
parent b7341c09a1
commit 388fe859e7
3 changed files with 9 additions and 2 deletions

View File

@@ -56,9 +56,9 @@ public class PileBasicInfo extends BaseEntity {
private String secretKey;
/**
* 软件协议(1-云快充; 2-永联; 3-友电)
* 软件协议(yunkuaichongV150--云快充V1.5yunkuaichongV160--云快充V1.6yonglianV1--永联youdianV1--友电)
*/
@Excel(name = "软件协议", readConverterExp = "1=-云快充; 2-永联; 3-友电")
@Excel(name = "软件协议", readConverterExp = "yunkuaichongV150--云快充V1.5yunkuaichongV160--云快充V1.6yonglianV1--永联youdianV1--友电")
private String softwareProtocol;
/**