修改延迟队列时间

This commit is contained in:
2023-05-12 20:06:09 +08:00
parent 2c022d2692
commit c24fecbe06
7 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -14,22 +14,22 @@ use Hyperf\Constants\Annotation\Constants;
class DoctorTitleCode extends AbstractConstants
{
/**
* @Message("主任医师")
* @Message("主任医师")
*/
const LICENSED_PHYSICIAN = 1;
/**
* @Message("主任医师")
* @Message("主任医师")
*/
const ATTENDING_DOCTOR = 2;
/**
* @Message("副主任医师")
* @Message("副主任医师")
*/
const DEPUTY_CHIEF_PHYSICIAN = 3;
/**
* @Message("副主任医师")
* @Message("副主任医师")
*/
const CHIEF_PHYSICIAN = 4;