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

21 lines
372 B
PHP

<?php
/**
* Created by PhpStorm.
* User: lock
* Date: 2020/11/11
* Time: 6:02 PM
*/
namespace app\index\model;
class User extends Common
{
const AUTO_ID = 'id';
const TEL = 'tel';
const PASSWORD = 'password';
const MONEY = 'money';
const EMAIL = 'email';
const COMPANY_NAME = 'company_name';
const SYS_CREATE_TIME = 'sys_create_time';
}