publish 1.1.2

This commit is contained in:
曾文豪
2024-04-17 13:56:38 +08:00
parent 5942c4cea4
commit 88bc553213
12 changed files with 21 additions and 22 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>
<artifactId>springboot-web</artifactId>

View File

@@ -8,7 +8,6 @@ public class TemplateDealDTO {
private String templateId;
@NotEmpty(message = "文件路径必填")
private String file;
@NotEmpty(message = "文件参数必填")
private Object params;
///////////////////////////////////////////////////////////////////////////