2 changed files with 0 additions and 54 deletions
@ -1,27 +0,0 @@ |
|||||
package com.epmet.dto.result; |
|
||||
|
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
|
||||
import lombok.Data; |
|
||||
|
|
||||
import java.io.Serializable; |
|
||||
|
|
||||
/** |
|
||||
* @Author zxc |
|
||||
* @CreateTime 2020/6/3 9:41 |
|
||||
*/ |
|
||||
@JsonIgnoreProperties(ignoreUnknown = true) |
|
||||
@Data |
|
||||
public class CorrelationTagListResultDTO implements Serializable { |
|
||||
|
|
||||
private static final long serialVersionUID = 5536953304816455733L; |
|
||||
|
|
||||
/** |
|
||||
* 标签id |
|
||||
*/ |
|
||||
private String tagId; |
|
||||
|
|
||||
/** |
|
||||
* 标签名称 |
|
||||
*/ |
|
||||
private String tagName; |
|
||||
} |
|
@ -1,27 +0,0 @@ |
|||||
package com.epmet.dto.result; |
|
||||
|
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
|
||||
import lombok.Data; |
|
||||
|
|
||||
import java.io.Serializable; |
|
||||
|
|
||||
/** |
|
||||
* @Author zxc |
|
||||
* @CreateTime 2020/6/2 9:47 |
|
||||
*/ |
|
||||
@JsonIgnoreProperties(ignoreUnknown = true) |
|
||||
@Data |
|
||||
public class TagInfoResultDTO implements Serializable { |
|
||||
|
|
||||
private static final long serialVersionUID = 4366515668545958124L; |
|
||||
|
|
||||
/** |
|
||||
* 标签id |
|
||||
*/ |
|
||||
private String tagId; |
|
||||
|
|
||||
/** |
|
||||
* 标签名称 |
|
||||
*/ |
|
||||
private String tagName; |
|
||||
} |
|
Loading…
Reference in new issue