From f33bea4c400fbaaabec8ffde7a2b1e00d8cdc9bb Mon Sep 17 00:00:00 2001
From: zhaozhengjie <237651143@qq.com>
Date: 星期三, 28 九月 2022 13:22:29 +0800
Subject: [PATCH] Merge branch 'huacheng_test' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ into huacheng_test

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComMediateTypeDTO.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComMediateTypeDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComMediateTypeDTO.java
index 50201b1..c19e9a0 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComMediateTypeDTO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComMediateTypeDTO.java
@@ -57,7 +57,7 @@
     /**
      * 启用状态(0:停用,1:启用)
      */
-    @ApiModelProperty("启用状态(0:停用,1:启用)")
+    @ApiModelProperty("启用状态(false:停用,true:启用)")
     private Boolean enabled;
 
     /**
@@ -93,6 +93,6 @@
     /**
      * 删除标识(0:未删除,1:已删除)
      */
-    @ApiModelProperty("0:未删除,1:已删除")
+    @ApiModelProperty("false:未删除,true:已删除")
     private Boolean deleteFlag;
 }

--
Gitblit v1.7.1