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