cancel.php 410 字节
<?php

return [
    'Id'                      => '核销编号',
    'Verification_store_id'   => '门店编号',
    'Verification_staff_id'   => '核销员编号',
    'Verification_receive_id' => '领卷编号',
    'Createtime'              => '创建时间',
    'Store.name'              => '门店名称',
    'staff.name'              => '核销员',
    'Receive.id'              => '领卷编号'
];