255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'original_prescription_id' => '原处方ID', 'transfer_store_id' => '转诊诊所ID', 'delegate_store_id' => '委托诊所ID', 'online_consultation_doctor_id' => '在线问诊医生ID', 'user_id' => '用户ID', 'prescription_no' => '处方编号', 'prescription_type' => '处方类型', 'content' => '处方内容', 'status' => '转诊状态', 'transfer_time' => '转诊时间', 'created_at' => '创建时间', 'updated_at' => '更新时间', ]; } }