|
@ -8,7 +8,7 @@ import java.util.Date;
|
|
* Created by Trick on 2018/1/4.
|
|
* Created by Trick on 2018/1/4.
|
|
*/
|
|
*/
|
|
@Entity
|
|
@Entity
|
|
@Table(name = "wlyy_doctor_switch")
|
|
|
|
|
|
@Table(name = "wlyy_doctor_switch",schema = "wlyy",catalog ="wlyy")
|
|
public class DoctorSwitch extends IdEntity{
|
|
public class DoctorSwitch extends IdEntity{
|
|
|
|
|
|
private String doctor;//关联医生
|
|
private String doctor;//关联医生
|