代码优化
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user