From e413320d3a72baf7a631aeb56c05456de3cb4f1f Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期四, 17 十一月 2022 15:23:33 +0800
Subject: [PATCH] 创建警员自动创捷账号接口

---
 ycl-platform/src/main/java/com/ycl/entity/NewsInformationPolice.java |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/entity/NewsDepartmentInformation.java b/ycl-platform/src/main/java/com/ycl/entity/NewsInformationPolice.java
similarity index 68%
rename from ycl-platform/src/main/java/com/ycl/entity/NewsDepartmentInformation.java
rename to ycl-platform/src/main/java/com/ycl/entity/NewsInformationPolice.java
index 1d97e7e..d1900c0 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/NewsDepartmentInformation.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/NewsInformationPolice.java
@@ -5,17 +5,17 @@
 import java.io.Serializable;
 
 /**
- * 鏈烘瀯锛堥儴闂級涓棿琛�(NewsDepartmentInformation)琛ㄥ疄浣撶被
+ * 璧勮璀﹀憳涓棿琛�(NewsInformationPolice)琛ㄥ疄浣撶被
  *
  * @author makejava
- * @since 2022-11-17 11:38:27
+ * @since 2022-11-17 15:17:21
  */
 @SuppressWarnings("serial")
-public class NewsDepartmentInformation extends Model<NewsDepartmentInformation> {
+public class NewsInformationPolice extends Model<NewsInformationPolice> {
     
     private Integer id;
-    //鏈烘瀯锛堥儴闂╥d锛�
-    private Integer newsDepartmentId;
+    //璧勮id
+    private Integer newsInformationId;
     //璀﹀憳id
     private Integer newsPoliceId;
     //鏄惁绛炬敹0鏈鏀�1绛炬敹2涓嶉渶瑕佺鏀�
@@ -30,12 +30,12 @@
         this.id = id;
     }
 
-    public Integer getNewsDepartmentId() {
-        return newsDepartmentId;
+    public Integer getNewsInformationId() {
+        return newsInformationId;
     }
 
-    public void setNewsDepartmentId(Integer newsDepartmentId) {
-        this.newsDepartmentId = newsDepartmentId;
+    public void setNewsInformationId(Integer newsInformationId) {
+        this.newsInformationId = newsInformationId;
     }
 
     public Integer getNewsPoliceId() {

--
Gitblit v1.8.0