official_website/app/common/model/AdvertisingSpaceField.php

17 lines
291 B
PHP
Raw Normal View History

2024-12-02 13:57:08 +08:00
<?php
namespace app\common\model;
use think\Model;
/**
* 广告位自定义字段绑定表
* @Notes:
* @Class AdvertisingSpaceField
* @author: ZhangShaoLiang
* @Date: 2022/10/10 14:06
*/
class AdvertisingSpaceField extends Model
{
protected $autoWriteTimestamp = "datetime";
}