Commit 4bf2440d authored by hezhuozhi's avatar hezhuozhi

批量更新电站配置

parent 596ee3ac
...@@ -18,7 +18,7 @@ import java.util.List; ...@@ -18,7 +18,7 @@ import java.util.List;
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
@ApiModel(value = "JpStationBatchDto", description = "第三方场站批量") @ApiModel(value = "JpStationBatchDto", description = "第三方场站批量")
public class JpStationBatchDto extends BaseDto { public class JpStationBatchDto extends BaseDto {
private List<Long> sequenceNbrList; private List<String> sequenceNbrList;
@ApiModelProperty("项目公司Code") @ApiModelProperty("项目公司Code")
private String regionalCompaniesCode; private String regionalCompaniesCode;
@ApiModelProperty("项目公司名称") @ApiModelProperty("项目公司名称")
......
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