| package com.zt.core.sys.dto; | 
| import io.swagger.annotations.ApiModelProperty; | 
| import lombok.Data; | 
| import lombok.EqualsAndHashCode; | 
|   | 
| @Data | 
| @EqualsAndHashCode(callSuper=false) | 
| public class DictIstance { | 
|     private Integer no; | 
|   | 
|     private String name; | 
|   | 
|     private String identify; | 
|   | 
|     private String version; | 
|   | 
|     private String secretClass; | 
|   | 
|     private String retrospect_version; | 
|   | 
| } |