在CommandInfo字段中添加isValid字段

This commit is contained in:
EnderByEndera
2024-01-19 15:45:06 +08:00
parent 449c320261
commit 073dfc9ba4
14 changed files with 9 additions and 20 deletions

View File

@@ -9,7 +9,6 @@ import io.swagger.v3.oas.annotations.media.Schema;
import io.swagger.v3.oas.annotations.tags.Tag;
import jakarta.servlet.http.HttpServletResponse;
import jakarta.validation.Valid;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestParam;