|
@@ -9,7 +9,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.web.bind.annotation.*;
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
@RestController
|
|
@RestController
|
|
-@RequestMapping("workark-product-level")
|
|
|
|
|
|
+@RequestMapping("workarkProductLevel")
|
|
@Api(tags = {"商品目录"})
|
|
@Api(tags = {"商品目录"})
|
|
public class ProductLevelController {
|
|
public class ProductLevelController {
|
|
|
|
|