project column

This commit is contained in:
2023-04-20 02:07:19 +03:00
parent edea2cc3e7
commit 2482ae89f6
24 changed files with 737 additions and 18 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace backend\modules\project\models;
class ProjectColumn extends \common\models\ProjectColumn
{
}