21 lines
509 B
PHP
21 lines
509 B
PHP
<?php
|
|
return [
|
|
'labels' => [
|
|
'QuanTicket' => '优惠券',
|
|
'quan-ticket' => '优惠券',
|
|
],
|
|
'fields' => [
|
|
'quan_name' => '券名称',
|
|
'ticket_type' => '券类别',
|
|
'ticket_value' => '券面值',
|
|
'the_type' => '指定类型',
|
|
'the_value' => '指定关联值',
|
|
'use_limit' => '使用限制',
|
|
'use_day' => '有效期',
|
|
'is_use' => '是否开启',
|
|
'use_rule'=> '使用规则',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|