!15 删除类中的lombok.Data载入

Merge pull request !15 from master
This commit is contained in:
tianyaleixiaowu 2023-04-03 03:37:51 +00:00 committed by Gitee
commit b6dc683d07
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
package com.jd.platform.jlog.dashboard.entity; package com.jd.platform.jlog.dashboard.entity;
import lombok.Data;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;

View File

@ -1,6 +1,5 @@
package com.jd.platform.jlog.dashboard.entity; package com.jd.platform.jlog.dashboard.entity;
import lombok.Data;
/** /**
* @author shenkaiwen5 * @author shenkaiwen5

View File

@ -1,6 +1,5 @@
package com.jd.platform.jlog.dashboard.model; package com.jd.platform.jlog.dashboard.model;
import lombok.Data;
/** /**
* 查询条件对象 * 查询条件对象

View File

@ -1,6 +1,5 @@
package com.jd.platform.jlog.dashboard.model; package com.jd.platform.jlog.dashboard.model;
import lombok.Data;
/** /**
* 单个查询条件 * 单个查询条件