whycxzp
2023-08-03 2df043f10732f12e4e5c271e1b896b3642d7db71
src/main/java/com/whyc/dto/SoftDto.java
@@ -9,5 +9,6 @@
@Data
public class SoftDto implements Serializable {
    private String fileUrl;
    private Integer lockFlag;
    private List<Software> softwares;
}