mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
package com.jsowell.common.core.domain.ykc;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.*;
|
||||
|
||||
@Data
|
||||
@Getter
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Builder
|
||||
@@ -55,4 +53,18 @@ public class LoginRequestData {
|
||||
* 0x04 其他
|
||||
*/
|
||||
private String business;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "LoginRequestData{" +
|
||||
"pileSn='" + pileSn + '\'' +
|
||||
", pileType='" + pileType + '\'' +
|
||||
", connectorNum='" + connectorNum + '\'' +
|
||||
", communicationVersion='" + communicationVersion + '\'' +
|
||||
", programVersion='" + programVersion + '\'' +
|
||||
", internetConnection='" + internetConnection + '\'' +
|
||||
", iccid='" + iccid + '\'' +
|
||||
", business='" + business + '\'' +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user