[MODIFY] EdgeSWVO의 sw_version 타입을 float으로 변경, 관련 설명 수정

main
bjkim 8 months ago
parent 301dcfbf85
commit 2bc11b2184

@ -28,8 +28,8 @@ public class EdgeSWVO implements Serializable {
@Schema(description = "SW ID", example = "SW001", required = true)
private String sw_id;
@Schema(description = "SW 버전 (정수형)", example = "1", required = true)
private int sw_version;
@Schema(description = "SW 버전 (정수형)", example = "1.0", required = true)
private float sw_version;
@Schema(description = "SW 이름", example = "Edge Manager", required = true)
private String sw_name;

Loading…
Cancel
Save