common\models\Purchase::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'goods_id' => '商品', 'store_id' => '店铺', 'count' => '采购数量', 'created_at' => '创建时间', 'updated_at' => '更新时间'];
    }