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

19 lines
290 B
PHP

<?php
/**
* Created by PhpStorm.
* User: lock
* Date: 2020/11/10
* Time: 6:46 PM
*/
namespace app\index\model;
class Code extends Common
{
const AUTO_ID = 'id';
const TEL = 'tel';
const CODE = 'code';
const IP = 'ip';
const SYS_CREATE_TIME = 'sys_create_time';
}