| | |
| | | package ${basePackage}.${packageName}.controller; |
| | | package ${basePackage}.${packageName}.controller.wechat; |
| | | |
| | | import cn.huge.base.common.utils.ReturnFailUtils; |
| | | import cn.huge.base.common.utils.ReturnSucUtils; |
| | |
| | | import java.util.stream.Stream; |
| | | |
| | | /** |
| | | * @title: ${tableComments}接口api |
| | | * @description: ${tableComments}接口api |
| | | * @title: ${tableComments}接口api-wechat端 |
| | | * @description: ${tableComments}接口api-wechat端 |
| | | * @company: hugeinfo |
| | | * @author: ${author} |
| | | * @time: ${createTime} |
| | |
| | | /** |
| | | * 根据主键单个 |
| | | * @url {ctx}/api/wechat<#if classPath??>/${classPath}</#if>/deleteById |
| | | * @param ids 主键编号 |
| | | * @param id 主键编号 |
| | | * @return Object |
| | | */ |
| | | @GetMapping("/deleteById") |