5 changed files with 28 additions and 13 deletions
@ -0,0 +1,18 @@ |
|||
package com.epmet.dto.indexcollect.result; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* 网格服务能力用 |
|||
* |
|||
* @author yinzuomei@elink-cn.com |
|||
* @date 2020/10/14 10:02 |
|||
*/ |
|||
@Data |
|||
public class GridIndexCommonDTO implements Serializable { |
|||
private static final long serialVersionUID = -4316054054019675419L; |
|||
private String gridId; |
|||
private Integer indexValue; |
|||
} |
Loading…
Reference in new issue