@@ -13,10 +13,10 @@ import lombok.Getter;
@AllArgsConstructor
public enum DataSourcesEnum {
- E1(1, "ftp(场站端)"),
+ E1(1, "sftp(场站端)"),
E2(2, "云端(中心端)"),
E3(3, "集中预测(控制端)"),
- E4(4, "ftp(场站端经集中调控)");
+ E4(4, "sftp(场站端经集中调控)");
private Integer code;
private String message;
}