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

18 lines
310 B
PHP

<?php
/**
* Created by PhpStorm.
* User: lock
* Date: 2020/11/16
* Time: 1:57 PM
*/
namespace app\index\model;
class BusinessInformation extends Common
{
const AUTO_ID = 'id';
const UNIQUE_NUMBER = 'unique_number';
const CONTENT = 'content';
const SYS_CREATE_TIME = 'sys_create_time';
}