科室和医案收集里的科室列表一致
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.peanut.modules.common.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableLogic;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
@@ -22,7 +23,7 @@ public class TaihuTalent implements Serializable {
|
||||
private String name;
|
||||
|
||||
//科室
|
||||
private String department;
|
||||
private Integer deptLabelId;
|
||||
|
||||
//职称
|
||||
private String title;
|
||||
@@ -52,4 +53,7 @@ public class TaihuTalent implements Serializable {
|
||||
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String department;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user