From 07c60d85678d4a3b6fedcc27d7984f29cfb8dcc1 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期四, 29 四月 2021 16:22:29 +0800 Subject: [PATCH] 邻里圈模块小程序接口开发 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActNeighborCircleFabulousDO.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActNeighborCircleFabulousDO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActNeighborCircleFabulousDO.java index 1ac7dad..9903cb4 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActNeighborCircleFabulousDO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActNeighborCircleFabulousDO.java @@ -70,6 +70,15 @@ int no = 2; } + /** + * 点赞类型(1.邻里圈 2.评论 3.回复) + */ + public interface type{ + int llq = 1; + int pl = 2; + int hf = 3; + } + @Override public String toString() { return "ComActNeighborCircleFabulousDO{" + -- Gitblit v1.7.1