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

20 lines
349 B
PHP

<?php
/**
* Created by PhpStorm.
* User: lock
* Date: 2020/11/24
* Time: 1:48 PM
*/
namespace app\index\model;
class ScanCode extends Common
{
const AUTO_ID = 'id';
const USER_ID = 'user_id';
const UUID = 'uuid';
const STATUS = 'status';
const UPDATE_TIME = 'update_time';
const SYS_CREATE_TIME = 'sys_create_time';
}