From c35d9c6311b6f9ef75b49559a5c6db75e0a43ac6 Mon Sep 17 00:00:00 2001 From: zqy <2522236926@qq.com> Date: 星期二, 30 七月 2024 20:06:50 +0800 Subject: [PATCH] 修改bug&分享 --- zhang-content/src/main/java/com/ruoyi/domain/ZfShare.java | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/zhang-content/src/main/java/com/ruoyi/domain/ZfDoctorShare.java b/zhang-content/src/main/java/com/ruoyi/domain/ZfShare.java similarity index 80% rename from zhang-content/src/main/java/com/ruoyi/domain/ZfDoctorShare.java rename to zhang-content/src/main/java/com/ruoyi/domain/ZfShare.java index 5c492b5..3d966bb 100644 --- a/zhang-content/src/main/java/com/ruoyi/domain/ZfDoctorShare.java +++ b/zhang-content/src/main/java/com/ruoyi/domain/ZfShare.java @@ -8,8 +8,8 @@ import java.io.Serializable; @Data -@TableName("zf_doctor_share") -public class ZfDoctorShare implements Serializable { +@TableName("zf_share") +public class ZfShare implements Serializable { private static final long serialVersionUID = 1L; @TableId(value = "id", type = IdType.AUTO) @@ -30,6 +30,12 @@ */ private Long shareContent; + /** + * 鍒嗕韩鐨勫唴瀹� + */ + private Long sysMenuId; + + } -- Gitblit v1.9.1