whyclxw
2025-02-27 5636f3f0e6005cc30dca08ce33f5e6f1e7cd457f
src/main/java/com/whyc/dto/SoftDto.java
@@ -9,5 +9,9 @@
@Data
public class SoftDto implements Serializable {
    private String fileUrl;
    private String fileName;
    private String codeName;
    private Integer lockFlag;
    private Integer codeFlag;
    private List<Software> softwares;
}