| | |
| | | package com.iailab.module.ansteel.api.vo; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.iailab.framework.common.pojo.PageParam; |
| | | import com.iailab.module.ansteel.power.entity.PowerMaxdemandDetEntity; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | |
| | | |
| | | @Schema(description = "名称") |
| | | private String code; |
| | | |
| | | @Schema(description = "开始时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date startTime; |
| | | |
| | | @Schema(description = "结束时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date endTime; |
| | | } |