feat: 会员等级注释更改

This commit is contained in:
SUCH HAVE YOU 2024-10-05 20:47:47 +08:00
parent 875a0b78b3
commit 470e3e26c3
2 changed files with 3 additions and 3 deletions

View file

@ -62,12 +62,12 @@ public class ShopMemberLevelController {
}
/**
* 批量删除快递运费费用模版信息
* 批量删除快递运费费用模版信息[ids]
*
* @param inputObject 入参以及用户信息等获取对象
* @param outputObject 出参以及提示信息的返回值对象
*/
@ApiOperation(id = "deleteMemberLeveByIds", value = "批量删除快递运费模版信息", method = "DELETE", allUse = "2")
@ApiOperation(id = "deleteMemberLeveByIds", value = "批量删除会员等级信息", method = "DELETE", allUse = "2")
@ApiImplicitParams({
@ApiImplicitParam(id = "ids", name = "ids", value = "主键id列表多个id用逗号分隔", required = "required")})
@RequestMapping("/post/ShopMemberLevelController/deleteMemberLeveByIds")

View file

@ -61,7 +61,7 @@ public class ShopMemberLevelServiceImpl extends SkyeyeBusinessServiceImpl<ShopMe
}
/**
* 批量删除快递运费模版信息
* 批量删除会员等级模版信息
*
* @param inputObject 入参以及用户信息等获取对象
* @param outputObject 出参以及提示信息的返回值对象