@@ -445,6 +445,9 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public class BasicInfoAndEmploymentDto: DoctorBasicInfoCommand
|
||||
{
|
||||
|
||||
public string HospitalName { get; set; } = string.Empty;
|
||||
|
||||
//部门
|
||||
public Guid? DepartmentId { get; set; }
|
||||
public string DepartmentOther { get; set; } = string.Empty;
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
}
|
||||
public class PostgraduateCommand
|
||||
{
|
||||
|
||||
public Guid? Id { get; set; }
|
||||
public Guid DoctorId { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user