update 电单车

This commit is contained in:
Guoqs
2024-09-21 14:54:58 +08:00
parent e3f60c6738
commit 335644cee0
7 changed files with 91 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ public class BatchCreatePileDTO {
private String modelId;
/**
* 软件协议1-云快充2-永联)
* 软件协议1-云快充2-永联; 3-友电
*/
private String softwareProtocol;

View File

@@ -40,6 +40,9 @@ public class ReplaceMerchantStationDTO {
// 经营类型1-运营桩2-个人桩)
private String chargerPileType;
// 软件协议 1-云快充 2-永联 3-友电
private String softwareProtocol;
private String updateBy;
private Date updateTime;
}