question.php 350 字节
<?php

return [
    'Goods_id'        => '广告id',
    'Question_type'   => '问题类型:1=填空题,2=单选题',
    'Question_name'   => '问题',
    'Question_answer' => '正确答案',
    'Createtime'      => '创建时间',
    'Updatetime'      => '更新时间',
    'Weigh'           => '权重',
    'Option'          => '选项'
];