www.maiwd.cn // +---------------------------------------------------------------------- /** * Class Wechat * Desc 微信表 * Create on 2024/3/12 10:10 * Create by @小趴菜 */ namespace app\api\model\wdsxh\user; use think\Model; class Wechat extends Model { // 表名 protected $name = 'wdsxh_user_wechat'; // 自动写入时间戳字段 protected $autoWriteTimestamp = true; }