material, device-order required doctor_id, infra search and parent,childrens
This commit is contained in:
No files matched your search
@@ -20,3 +20,7 @@ type MaterialOrder struct {
|
||||
func (d MaterialOrder) IsCompleted() bool {
|
||||
return d.Status_Code == erc.DSCDone
|
||||
}
|
||||
|
||||
func (d MaterialOrder) IsSameDoctor(doctor_id *uint) bool {
|
||||
return d.Doctor_Id == doctor_id
|
||||
}
|
||||
Reference in New Issue
Block a user