|
|
@@ -228,6 +228,7 @@ public class KindController {
|
|
|
* {{相关的第一级类目},{相关的第二级类目},{相关的第三级类目},{相关的第四级类目}}
|
|
|
*/
|
|
|
@RequestMapping(value = "/{brandId}/pcbkindinfos", method = RequestMethod.GET)
|
|
|
+ @Deprecated
|
|
|
public List<List<KindInfo>> getKindInfosByBrandId(@PathVariable("brandId") Long brandId) {
|
|
|
return kindService.findByPCBBrandId(brandId);
|
|
|
}
|
|
|
@@ -239,6 +240,7 @@ public class KindController {
|
|
|
* @return 物料属性信息
|
|
|
*/
|
|
|
@RequestMapping(value = "/pcbproperty/{productId}",method = RequestMethod.GET)
|
|
|
+ @Deprecated
|
|
|
public List<PCBPropertyValue> getPCBProperty(@PathVariable("productId") Long productId) {
|
|
|
return kindService.findByPCBProductId(productId);
|
|
|
}
|