mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-01 04:00:54 +08:00
feat: 会员等级注释更改
This commit is contained in:
parent
875a0b78b3
commit
470e3e26c3
2 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
|
@ -61,7 +61,7 @@ public class ShopMemberLevelServiceImpl extends SkyeyeBusinessServiceImpl<ShopMe
|
|||
}
|
||||
|
||||
/**
|
||||
* 批量删除快递运费模版信息
|
||||
* 批量删除会员等级模版信息
|
||||
*
|
||||
* @param inputObject 入参以及用户信息等获取对象
|
||||
* @param outputObject 出参以及提示信息的返回值对象
|
||||
|
|
Loading…
Reference in a new issue