Merge branch 'master' of https://gitee.com/virus010101/linfeng-community
This commit is contained in:
commit
52073d5dcd
@ -151,6 +151,8 @@ https://net.linfeng.tech/version/version.html
|
|||||||
|
|
||||||
#### 6.标准版更新记录
|
#### 6.标准版更新记录
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**当前版本V1.10.0**
|
**当前版本V1.10.0**
|
||||||
|
|
||||||
###### **V1.10.0发布**
|
###### **V1.10.0发布**
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
/**
|
|
||||||
* -----------------------------------
|
|
||||||
* 林风社交论坛开源版本请务必保留此注释头信息
|
|
||||||
* 开源地址: https://gitee.com/virus010101/linfeng-community
|
|
||||||
* 演示站点:https://www.linfeng.tech
|
|
||||||
* 可正常分享和学习源码,不得用于非法牟利!
|
|
||||||
* 商业版购买联系技术客服 QQ: 3582996245
|
|
||||||
* Copyright (c) 2021-2023 linfeng all rights reserved.
|
|
||||||
* 版权所有,侵权必究!
|
|
||||||
* -----------------------------------
|
|
||||||
*/
|
|
||||||
package io.linfeng.modules.app.param;
|
|
||||||
|
|
||||||
import io.swagger.annotations.ApiModel;
|
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@ApiModel(value = "话题删除请求")
|
|
||||||
public class DiscussDeleteForm {
|
|
||||||
|
|
||||||
@ApiModelProperty(value = "id")
|
|
||||||
private Integer id;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user