潘志宝
2024-11-15 4be7d863a161b64f8592a789d699e807545e7dc6
提交 | 用户 | 时间
ed4f78 1 package com.iailab.module.data.plan.item.vo;
2
3 import io.swagger.v3.oas.annotations.media.Schema;
4 import lombok.Data;
5
6 /**
7  * @author PanZhibao
8  * @Description
9  * @createTime 2024年11月02日
10  */
11 @Schema(description = "数据平台 - ")
12 @Data
13 public class PlanItemDataVO {
14
15     private String startTime;
16
17     private String endTime;
18 }