building-sign/app/model/ProjectLog.php

14 lines
132 B
PHP
Raw Permalink Normal View History

<?php
namespace app\model;
/**
* 项目日志
*
* Class ProjectLog
* @package app\model
*/
class ProjectLog extends Base
{
}