1
This commit is contained in:
@@ -26,10 +26,10 @@ class DoctorTitleCode extends AbstractConstants
|
||||
/**
|
||||
* @Message("副主任医师")
|
||||
*/
|
||||
const DEPUTY_CHIEF_PHYSICIAN = 2;
|
||||
const DEPUTY_CHIEF_PHYSICIAN = 3;
|
||||
|
||||
/**
|
||||
* @Message("主任医师")
|
||||
*/
|
||||
const CHIEF_PHYSICIAN = 2;
|
||||
const CHIEF_PHYSICIAN = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user