From c8ec928e26cdf8efc51a576547ebcfbe3cb71f6d Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 16 三月 2023 16:28:24 +0800
Subject: [PATCH] 新增核价管理-上传询价后可进行下载功能

---
 src/main/java/com/zy/crm/manager/entity/PlanType.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/crm/manager/entity/PlanType.java b/src/main/java/com/zy/crm/manager/entity/PlanType.java
index 1985b47..aa2a22c 100644
--- a/src/main/java/com/zy/crm/manager/entity/PlanType.java
+++ b/src/main/java/com/zy/crm/manager/entity/PlanType.java
@@ -73,9 +73,9 @@
     private String html;
 
     /**
-     * 鍖哄垎 1: 璐ф灦  0: 缁ф壙
+     * 鍖哄垎 1: 璐ф灦  0: 闆嗘垚
      */
-    @ApiModelProperty(value= "鍖哄垎 1: 璐ф灦  0: 缁ф壙  ")
+    @ApiModelProperty(value= "鍖哄垎 1: 璐ф灦  0: 闆嗘垚  ")
     private Integer type;
 
     /**

--
Gitblit v1.9.1