03 2020 档案
摘要:@Slf4j@Controllerpublic class ExportPPTController { private static final String REQ_FILES = "files"; private static final String REQ_DATA = "data"; pr
阅读全文
摘要:@Configuration@Getterpublic class PPTConf { @Value("${ppt.template.folder}") private String templateFolder; @Value("${chrome.driver.path}") private St
阅读全文
摘要:/** * @Description * @Author * @Date 2019-10-17 17:07 */@Getter@Setterpublic class PPTReport implements Serializable { /** * ppt长度 */ private int pptW
阅读全文
摘要:@Getter@Setter@AllArgsConstructorpublic class Anchor extends BaseModel { /** * x轴 */ private double x; /** * y轴 */ private double y; /** * 长度 */ priva
阅读全文

浙公网安备 33010602011771号