| | |
| | | |
| | | import com.alibaba.excel.annotation.ExcelIgnoreUnannotated; |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.iailab.module.data.ind.item.vo.IndItemAtomVO; |
| | | import com.iailab.module.data.ind.item.vo.IndItemCalVO; |
| | | import com.iailab.module.data.ind.item.vo.IndItemDerVO; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import lombok.Data; |
| | | |
| | |
| | | @Schema(description = "时间粒度", example = "") |
| | | private String timeGranularity; |
| | | |
| | | @Schema(description = "数据源", example = "") |
| | | private String dataSource; |
| | | @Schema(description = "数据集", example = "") |
| | | private String dataSet; |
| | | |
| | | @Schema(description = "备注", example = "") |
| | | private String remark; |