初始化项目
This commit is contained in:
22
app/Models/YiiModels/WestUnit.php
Normal file
22
app/Models/YiiModels/WestUnit.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models\YiiModels;
|
||||
|
||||
/**
|
||||
* App\Models\YiiModels\WestUnit
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $name
|
||||
* @property \Illuminate\Support\Carbon $created_at
|
||||
* @property \Illuminate\Support\Carbon $updated_at
|
||||
* @property-read string $created_at_format 创建时间的格式化
|
||||
* @property-read string $status_string 状态名称
|
||||
* @property-read string $updated_at_format 更新时间的格式化
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\YiiModels\WestUnit newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\YiiModels\WestUnit newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\YiiModels\WestUnit query()
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class WestUnit extends YiiBaseModel
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user