Commit 1444bbdf authored by 梁光意's avatar 梁光意

swagger显示的问题

parent 6cfcf81e
...@@ -13,7 +13,7 @@ import java.util.Map; ...@@ -13,7 +13,7 @@ import java.util.Map;
* @author : lin * @author : lin
* @date : 2021-03-30 15:05 * @date : 2021-03-30 15:05
**/ **/
@ApiModel("变量DTO") @ApiModel("按时间段获取数据的变量DTO")
@Data @Data
public class VariableAllDataDTO { public class VariableAllDataDTO {
......
...@@ -13,7 +13,7 @@ import java.util.List; ...@@ -13,7 +13,7 @@ import java.util.List;
* @author : lin * @author : lin
* @date : 2021-03-30 15:05 * @date : 2021-03-30 15:05
**/ **/
@ApiModel("变量DTO") @ApiModel("历史数据变量DTO")
@Data @Data
public class VariableHistoryDataDTO { public class VariableHistoryDataDTO {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment