dbms_primeidc init...1
This commit is contained in:
parent
3e18a03b79
commit
7bd3c339eb
@ -12,11 +12,13 @@ class CommonEntity extends Core
|
|||||||
} //
|
} //
|
||||||
public function getPK(): string
|
public function getPK(): string
|
||||||
{
|
{
|
||||||
return constant("static::PKField");
|
$field = constant("static::PKField");
|
||||||
|
return $this->$field;
|
||||||
}
|
}
|
||||||
public function getTitle(): string
|
public function getTitle(): string
|
||||||
{
|
{
|
||||||
return constant("static::TitleField");
|
$field = constant("static::TitleField");
|
||||||
|
return $this->$field;
|
||||||
}
|
}
|
||||||
//공통부분
|
//공통부분
|
||||||
} //Class
|
} //Class
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user