18 lines
289 B
PHP
18 lines
289 B
PHP
|
<?php
|
||
|
return [
|
||
|
"`id`",
|
||
|
"`column_id`",
|
||
|
"`column`",
|
||
|
"`tags`",
|
||
|
"`title`",
|
||
|
"`brief_title`",
|
||
|
"`breviary_pic_id`",
|
||
|
"`click`",
|
||
|
"`article_field`",
|
||
|
"`content`",
|
||
|
"`create_time`",
|
||
|
"`release_time`",
|
||
|
"`keywords`",
|
||
|
"`description`",
|
||
|
"`lang`"
|
||
|
];
|