diff --git a/pom.xml b/pom.xml
index 7eeb903..d23ce0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
4.0.0
com.dreamworks
boditech
- 0.0.64
+ 0.0.65
boditech
boditech
diff --git a/src/main/java/com/dreamworks/boditech/entity/parameter/ParamBatchDeleteById.java b/src/main/java/com/dreamworks/boditech/entity/parameter/ParamBatchDeleteById.java
new file mode 100644
index 0000000..e455aaf
--- /dev/null
+++ b/src/main/java/com/dreamworks/boditech/entity/parameter/ParamBatchDeleteById.java
@@ -0,0 +1,2 @@
+package com.dreamworks.boditech.entity.parameter;public class ParamBatchDeleteById {
+}