mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-18 05:07:32 +08:00
6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
|
|
|
||
|
|
public function {%relationMethod%}s()
|
||
|
|
{
|
||
|
|
return $this->{%relationMode%}('{%relationClassName%}', '{%relationForeignKey%}', '{%relationPrimaryKey%}');
|
||
|
|
}
|