blob: f69f530cad6b8e1b323f7d11d327524a50a2480f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
export default [
'id',
'title',
'name',
'email',
'phone',
'token',
'group',
'category',
'password',
'comment',
'avatar',
'status',
'createdAt',
'updatedAt',
];
|