bingyu-duanxinwangzhan/message-code/message_api/application/index/model/AnalysisError.php

17 lines
261 B
PHP

<?php
/**
* Created by PhpStorm.
* User: lock
* Date: 2020/11/10
* Time: 5:25 PM
*/
namespace app\index\model;
class AnalysisError extends Common
{
const AUTO_ID = 'id';
const CONTENT = 'content';
const SYS_CREATE_TIME = 'sys_create_time';
}