Files
MeSHard b22d09bd39 init
2025-12-01 11:19:23 +08:00

13 lines
301 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Id' => '主键ID',
'Account' => '账号',
'Password' => '密码',
'Nick_name' => '昵称',
'Phone' => '手机号',
'Head' => '头像',
'Status' => '状态',//1-正常2-禁用
'Create_time' => '创建时间'
];