255], [['doctor_order'], 'string', 'max' => 200], [['cr_ids', 'wr_ids', 'gr_ids'], 'string', 'max' => 100], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'prescription_no' => 'Prescription No', 'content' => '处方快照', 'su_id' => 'Su ID', 'prescription_type' => '处方类型', 'store_id' => '门店ID', 'user_id' => 'User ID', 'up_id' => 'Up ID', 'status' => 'Status', 'category' => 'Category', 'doctor_order' => 'Doctor Order', 'clinical_diagnose' => 'Clinical Diagnose', 'first_view' => 'First View', 'first_time' => 'First Time', 'again_view' => 'Again View', 'again_time' => 'Again Time', 'type' => 'Type', 'cr_ids' => 'Cr Ids', 'wr_ids' => 'Wr Ids', 'gr_ids' => 'Gr Ids', 'order_type' => 'Order Type', 'total_pay_price' => 'Total Pay Price', 'is_pay' => 'Is Pay', 'pay_time' => 'Pay Time', 'pay_type' => 'Pay Type', 'cancel_status' => 'Cancel Status', 'cancel_time' => 'Cancel Time', 'cancel_remark' => 'Cancel Remark', 'refund_status' => 'Refund Status', 'refund_time' => 'Refund Time', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }