From 615b669cfd96194b7b459aaa4cced968a701eb11 Mon Sep 17 00:00:00 2001 From: 叶松 <2217086471@qq.com> Date: 星期二, 17 十月 2023 14:54:26 +0800 Subject: [PATCH] 路由样式调整 --- hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionHazardInform/dto/TRegionHazardInformDto.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionHazardInform/dto/TRegionHazardInformDto.java b/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionHazardInform/dto/TRegionHazardInformDto.java index 51f18f1..b8b4c5e 100644 --- a/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionHazardInform/dto/TRegionHazardInformDto.java +++ b/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionHazardInform/dto/TRegionHazardInformDto.java @@ -9,7 +9,7 @@ */ @Data public class TRegionHazardInformDto { - private Integer level;//安全等级 + private Integer levelType;//安全等级 private Integer pageNum; private Integer pageSize; private String companyId; -- Gitblit v1.9.3