official_website/app/common/model/AdvertisingSpaceField.php

17 lines
291 B
PHP

<?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";
}