Commit 8ecd6a50 authored by 霍传世's avatar 霍传世

单线程测试生成pdf

parent ead7ef44
...@@ -21,4 +21,6 @@ public class BasicReportParameters { ...@@ -21,4 +21,6 @@ public class BasicReportParameters {
private String command; private String command;
private String prefix;
} }
...@@ -20,4 +20,6 @@ public class ClassBasicReportParameters { ...@@ -20,4 +20,6 @@ public class ClassBasicReportParameters {
private String command; private String command;
private String prefix;
} }
package com.example.pdfgenerator.Dto;
import lombok.Data;
@Data
public class RetryCommand {
private String retryCommand;
private Object params;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment