예제 #1
0
<?php

class Meeting extends \TORM\Model
{
}
Meeting::belongsTo('document');
Meeting::belongsTo('organ');