|
|
@@ -33,10 +33,6 @@ public class AppInvokeChargeForm implements Serializable {
|
|
|
@Schema(description = "设备认证流水号")
|
|
|
private String equipAuthSeq;
|
|
|
|
|
|
- @Schema(description = "充电设备接口编码")
|
|
|
- @NotBlank(message = "充电设备接口编码不能为空")
|
|
|
- private String connectorInfoId;
|
|
|
-
|
|
|
@Schema(description = "充电设备接口编码")
|
|
|
@NotBlank(message = "充电设备接口编码不能为空")
|
|
|
private String connectorId;
|