add reception collection basics

This commit is contained in:
2015-11-03 17:27:14 +01:00
parent 33bf52df60
commit 931b83040b
12 changed files with 385 additions and 26 deletions

View File

@@ -26,6 +26,12 @@ class CollectionCreate extends \common\models\Collection
{
public $lastCollection;
public $accounts;
public $account;
public $totals;
}