修改医生疑难问诊配置

This commit is contained in:
2024-04-25 14:35:12 +08:00
parent 64eebd5fbf
commit e43dbe6043
4 changed files with 42 additions and 71 deletions
+3 -2
View File
@@ -6,6 +6,7 @@ namespace App\Model;
use Carbon\Carbon;
use Hyperf\Snowflake\Concern\Snowflake;
/**
@@ -17,8 +18,8 @@ use Hyperf\Snowflake\Concern\Snowflake;
* @property string $service_process 服务流程
* @property int $service_period 服务周期
* @property int $service_rounds 服务回合数(0表示不限次)
* @property \Carbon\Carbon $created_at 创建时间
* @property \Carbon\Carbon $updated_at 修改时间
* @property Carbon $created_at 创建时间
* @property Carbon $updated_at 修改时间
*/
class DoctorInquiryConfigService extends Model
{