goods->product

pull/1/head
zhaochencheng 3 years ago
parent ae8d369a6d
commit f3f8c8da4e

@ -16,8 +16,8 @@ import org.springframework.web.bind.annotation.*;
import java.util.List; import java.util.List;
@RestController @RestController
@RequestMapping("/no-auth/good") @RequestMapping("/no-auth/product")
public class GoodController { public class H5ProductController {
@Autowired @Autowired
private ProductService productService; private ProductService productService;
@Autowired @Autowired
Loading…
Cancel
Save