Commit 6836d2ab authored by tangwei's avatar tangwei

修改逆变器id

parent bd5fccc3
......@@ -81,7 +81,7 @@ public class JpInverterDto extends BaseDto {
private String afciVersion;
@ApiModelProperty(value = "ID")
private Long id;
private String id;
@ApiModelProperty(value = "第三方电站id")
private String thirdStationId;
......
......@@ -140,7 +140,7 @@ public class JpInverter extends BaseEntity {
* ID
*/
@TableField("ID")
private Long id;
private String id;
/**
* 第三方电站id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment