whyclxw
2025-03-13 c28472d6003463ed1552d2ccecc31c3b4bb6edf6
src/main/java/com/whyc/dto/SoftDto.java
@@ -9,6 +9,10 @@
@Data
public class SoftDto implements Serializable {
    private String fileUrl;
    private String fileName;
    private String codeName;
    private Integer lockFlag;
    private Integer codeFlag;
    private Integer codeNum;
    private List<Software> softwares;
}