Commit e21cfe58 authored by macro's avatar macro
Browse files

Update SmsFlashPromotionProductRelationController.java

parent 15eeee26
......@@ -59,7 +59,7 @@ public class SmsFlashPromotionProductRelationController {
return CommonResult.failed();
}
@ApiOperation("获取管理商品促销信息")
@ApiOperation("获取关联商品促销信息")
@RequestMapping(value = "/{id}", method = RequestMethod.GET)
@ResponseBody
public CommonResult<SmsFlashPromotionProductRelation> getItem(@PathVariable Long id) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment