1
This commit is contained in:
@@ -14,22 +14,22 @@ use Hyperf\Constants\Annotation\Constants;
|
||||
class DoctorTitleCode extends AbstractConstants
|
||||
{
|
||||
/**
|
||||
* @Message("执业医师")
|
||||
* @MessageIm("执业医师")
|
||||
*/
|
||||
const LICENSED_PHYSICIAN = 1;
|
||||
|
||||
/**
|
||||
* @Message("主治医师")
|
||||
* @MessageIm("主治医师")
|
||||
*/
|
||||
const ATTENDING_DOCTOR = 2;
|
||||
|
||||
/**
|
||||
* @Message("副主任医师")
|
||||
* @MessageIm("副主任医师")
|
||||
*/
|
||||
const DEPUTY_CHIEF_PHYSICIAN = 3;
|
||||
|
||||
/**
|
||||
* @Message("主任医师")
|
||||
* @MessageIm("主任医师")
|
||||
*/
|
||||
const CHIEF_PHYSICIAN = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user