liding
5 天以前 06c1e35582a1117466fb9c08e5fb5bd77b33de7e
basic-server/src/main/java/com/ruoyi/basic/controller/CustomerController.java
@@ -2,20 +2,20 @@
import org.springframework.web.bind.annotation.RequestMapping;
import lombok.AllArgsConstructor;
    import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
    *  前端控制器
    * </p>
*
* @author ruoyi
* @since 2025-06-03
*/
 * <p>
 * 前端控制器
 * </p>
 *
 * @author ruoyi
 * @since 2025-06-03
 */
@RestController
@AllArgsConstructor
@RequestMapping("/basic/customer")
        public class CustomerController {
public class CustomerController {
    }
}