5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
//关联[CN_NAME]
|
|
public function [RELATION_NAME]()
|
|
{
|
|
return $this->[RELATION_TYPE]([CLASS_NAME]::class);
|
|
} |