|
@@ -1,14 +0,0 @@
|
|
|
-package org.dromara.customer.controller;
|
|
|
|
|
-
|
|
|
|
|
-import lombok.RequiredArgsConstructor;
|
|
|
|
|
-import org.springframework.validation.annotation.Validated;
|
|
|
|
|
-import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
-import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
-
|
|
|
|
|
-@Validated
|
|
|
|
|
-@RequiredArgsConstructor
|
|
|
|
|
-@RestController
|
|
|
|
|
-@RequestMapping("/indexData")
|
|
|
|
|
-public class IndexDataController {
|
|
|
|
|
-
|
|
|
|
|
-}
|
|
|