liding
5 天以前 05a5ac6f4fc67ee9445c2a8a7ed4dd8c67c8195c
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 {
    }
}