From 600f04ab1306312a67d5729f761c65fd93a7e359 Mon Sep 17 00:00:00 2001 From: shiyang Date: Fri, 24 Sep 2021 10:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E8=A1=A8=E6=96=B0=E5=A2=9E-?= =?UTF-8?q?=E6=9D=83=E9=99=90=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lyms/talkonlineweb/domain/LymsPermission.java | 6 ++++++ .../mapper/AppgetdoctorlistInfoMapper.xml | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 talkonlineweb/src/main/resources/mapper/AppgetdoctorlistInfoMapper.xml diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsPermission.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsPermission.java index 5664932..631ba06 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsPermission.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsPermission.java @@ -68,6 +68,12 @@ public class LymsPermission implements Serializable { @TableField(value = "updated_time") private Date updatedTime; + /** + * 权限类型 + */ + @TableField(value = "pertype") + private Date pertype; + @TableField(exist = false) private static final long serialVersionUID = 1L; diff --git a/talkonlineweb/src/main/resources/mapper/AppgetdoctorlistInfoMapper.xml b/talkonlineweb/src/main/resources/mapper/AppgetdoctorlistInfoMapper.xml new file mode 100644 index 0000000..178da21 --- /dev/null +++ b/talkonlineweb/src/main/resources/mapper/AppgetdoctorlistInfoMapper.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + did,hid,dname, + dpname,lvlname,hname, + intro + + -- 1.8.3.1