100], [['position', 'pic'], 'string', 'max' => 255], [['mobile'], 'string', 'max' => 20], [['code'], 'string', 'max' => 30], [['qr_code','z_buy_percent','z_sale_percent','g_bug_percent','g_sale_percent','store_set_sale_z','store_set_sale_g','shouzimu','bank_no','bank_name','bank_card','bank_user_name','start_time','end_time'], 'string'], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'erp_id' => 'Erp_Id', 'name' => '名字', 'position' => '位置', 'pic' => 'Pic', 'contact' => '联系人', 'mobile' => '联系电话', 'code' => '推广码', 'qr_code' => '门店码', 'start_time' => '开始营业时间', 'end_time' => '结束营业时间', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'is_delete' => '是否删除', ]; } }