From 9d486bca37836636d1b0b37de02d7d574fb540aa Mon Sep 17 00:00:00 2001
From: chenjiahe <763432473@qq.com>
Date: 星期一, 27 十一月 2023 18:46:46 +0800
Subject: [PATCH] 优化提示

---
 phi-sms-feign/src/main/java/com/hz/sms/dto/Keyword.java |   19 +++----------------
 1 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/phi-sms-feign/src/main/java/com/hz/sms/dto/Keyword.java b/phi-sms-feign/src/main/java/com/hz/sms/dto/Keyword.java
index 8593f80..814f699 100644
--- a/phi-sms-feign/src/main/java/com/hz/sms/dto/Keyword.java
+++ b/phi-sms-feign/src/main/java/com/hz/sms/dto/Keyword.java
@@ -1,23 +1,10 @@
 package com.hz.sms.dto;
 
+import lombok.Data;
+
+@Data
 public class Keyword {
     private String value;
 
     private String color;
-
-    public String getColor() {
-        return color;
-    }
-
-    public void setColor(String color) {
-        this.color = color;
-    }
-
-    public String getValue() {
-        return value;
-    }
-
-    public void setValue(String value) {
-        this.value = value;
-    }
 }

--
Gitblit v1.8.0