common\models\ApplyLog::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'apply_id' => '采购申请', 'remark' => '备注', 'created_at' => '创建时间', 'updated_at' => '更新时间'];
    }