255], [['longitude', 'latitude'], 'string', 'max' => 20], ['is_delete', 'default', 'value' => 0] ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'mch_id' => '入驻商id', 'order_create' => '供货单生成周期', 'address' => '平台供货收货地址', 'name' => '收货人名字', 'mobile' => '收货人电话', 'type' => '供货方式', 'status' => '是否开启', 'is_delete' => '是否删除', 'repertory_warning' => '库存警告', 'repertory_purchase' => '采购库存', 'province' => '省id', 'city' => '市id', 'district' => '区id', 'longitude' => '经度', 'latitude' => '纬度', 'created_at' => '创建时间', 'updated_at' => '更新时间', ]; } }