|
@@ -57,7 +57,7 @@ public class GetDoctorDetailPageDTO implements Serializable {
|
|
|
private Integer ruleType;
|
|
|
|
|
|
@ApiModelProperty(value = "医生ID")
|
|
|
- private Long doctorId;
|
|
|
+ private String doctorId;
|
|
|
|
|
|
@ApiModelProperty(value = "医生名称")
|
|
|
private String doctorName;
|