初始化提交
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package v1
|
||||
|
||||
type UserDoctorRequest struct {
|
||||
GetMultiDoctor // 获取多点执业医生详情
|
||||
}
|
||||
|
||||
// GetMultiDoctor 获取多点执业医生详情
|
||||
type GetMultiDoctor struct {
|
||||
Mobile string `json:"mobile" form:"mobile" validate:"required,Mobile" label:"手机号"`
|
||||
UserName string `json:"user_name" form:"user_name" validate:"required" label:"用户名"`
|
||||
}
|
||||
Reference in New Issue
Block a user