From a33990498e32fda774dacf849bfcd660c58da8e7 Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期四, 28 四月 2022 15:22:17 +0800 Subject: [PATCH] Merge branch 'huacheng' into huacheng_paicha --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComProperty.java | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComProperty.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComProperty.java index 2879194..0eda177 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComProperty.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComProperty.java @@ -83,4 +83,19 @@ private String password; + /** + * 评价星级(1~5) + */ + private Integer star; + + /** + * 红色物业(1.是 2.否) + */ + private Integer isRed; + + /** + * logo + */ + private String logo; + } -- Gitblit v1.7.1