150], [['cover'], 'string', 'max' => 255], [['contacts', 'address_details', 'longitude', 'latitude'], 'string', 'max' => 100], [['mobile', 'buyer_name', 'pickup_code'], 'string', 'max' => 50], [['tel_no'], 'string', 'max' => 20], [['address_name', 'remark'], 'string', 'max' => 200], [['buyer_mobile'], 'string', 'max' => 30], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'merchant_id' => '店铺ID', 'member_id' => '用户id', 'order_id' => '订单ID', 'title' => '自提点名称', 'cover' => '封面', 'contacts' => '联系人', 'mobile' => '联系电话', 'tel_no' => '电话号码', 'province_id' => '省ID', 'city_id' => '市ID', 'area_id' => '区县ID', 'address_name' => '地址', 'address_details' => '详细地址', 'longitude' => '经度', 'latitude' => '纬度', 'buyer_name' => '提货人姓名', 'buyer_mobile' => '提货人电话', 'remark' => '提货备注信息', 'pickup_code' => '自提码', 'pickup_time' => '自提时间', 'pickup_status' => '自提状态 0未自提 1已提货', 'store_id' => '自提点门店id', 'auditor_id' => '审核人id', 'status' => '状态', 'updated_at' => '更新时间', 'created_at' => '创建时间', ]; } }