This commit is contained in:
wucongxing 2023-03-06 13:50:30 +08:00
parent 32bd4d8d5d
commit 2d01b6cf35

View File

@ -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;
}