100], [['type'], 'string', 'max' => 50], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'merchant_id' => '商户id', 'curd_id' => 'Curd ID', 'name' => '名称', 'shipping_fee' => '运费', 'type' => '类型', 'path' => '覆盖范围(默认)', 'polygon' => '覆盖范围', 'radius' => '半径', 'status' => '状态', 'created_at' => '创建时间', 'updated_at' => '更新时间', ]; } }