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

19 lines
331 B
PHP

<?php
/**
* Created by PhpStorm.
* User: lock
* Date: 2020/11/9
* Time: 4:55 PM
*/
namespace app\index\model;
class SearchRelation extends Common
{
const AUTO_ID = 'id';
const RANGE = 'range';
const KEYWORD_ID = 'keyword_id';
const CONTENT_ID = 'content_id';
const SYS_CREATE_TIME = 'sys_create_time';
}