代码优化

This commit is contained in:
tarzan
2023-02-02 15:35:02 +08:00
parent 7b8fedacbd
commit 57e8f17e6e
8 changed files with 81 additions and 70 deletions

View File

@@ -7,10 +7,8 @@ import lombok.NoArgsConstructor;
/**
* 关系数据
*
* @author liu yapeng
* @author tarzan
* @version 1.0
* @company 洛阳图联科技有限公司
* @copyright (c) 2019 LuoYang TuLian Co'Ltd Inc. All rights reserved.
* @date 2020/7/31$ 14:51$
* @since JDK1.8
*/
@@ -18,11 +16,11 @@ import lombok.NoArgsConstructor;
@AllArgsConstructor
@NoArgsConstructor
public class RelateDTO {
//用户id
/** 用户id */
private Integer useId;
//业务id
/** 业务id */
private Integer moduleId;
//指数
/** 指数 */
private Integer index;