From f2646cba7158b01937c9cf4550432db155e2920e Mon Sep 17 00:00:00 2001 From: sige Date: Tue, 26 Dec 2023 09:20:42 +0800 Subject: [PATCH] update version to 0.0.65 --- pom.xml | 2 +- .../com/dreamworks/boditech/entity/parameter/ParamBatchDeleteById.java | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 src/main/java/com/dreamworks/boditech/entity/parameter/ParamBatchDeleteById.java 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 { +}