首页>代码>SpringBoot Html转PDF SpringBoot转换网页为PDF>/springboot-pdf-master/src/main/java/com/example/demo/model/PdfFileRequest.java
package com.example.demo.model; /** * @author Simon */ public class PdfFileRequest { private String fileName; private String sourceHtmlUrl; public String getFileName() { return fileName; } public void setFileName(String fileName) { this.fileName = fileName; } public String getSourceHtmlUrl() { return sourceHtmlUrl; } public void setSourceHtmlUrl(String sourceHtmlUrl) { this.sourceHtmlUrl = sourceHtmlUrl; } }


citybird LV4
2024年11月20日
develop LV10
2024年6月2日
f22m1a2b2 LV17
2024年5月31日
taoshen95 LV16
2024年5月15日
2716804680 LV9
2024年4月20日
2317696509 LV6
2023年12月15日
chenlie LV2
2023年11月13日
内心向阳 LV4
2023年11月7日
13043860zj LV16
2023年10月31日
pizizhang
2023年10月20日
暂无贡献等级