汪总电商平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
1.6 KiB

<?php
return [
'Id' => 'ID',
'Shop_id' => '店铺ID',
'Type' => '券类型',
'Type reduction' => '满减券',
'Type discount' => '折扣券',
'Type shipping' => '包邮券',
'Type vip' => '会员赠券',
'Name' => '优惠券名称',
'Userlevel' => '会员等级',
'Usertype' => '赠券类型',
'Usertype reduction' => '满减券',
'Usertype discount' => '折扣券',
'Price' => '减免金额',
'Discount' => '折扣率',
'Limit' => '最低消费金额',
'Rangetype' => '可用范围',
'Rangetype all' => '全部商品',
'Rangetype goods' => '指定商品',
'Rangetype category' => '指定分类',
'Range' => '范围',
'Pretype' => '到期类型',
'Pretype appoint' => '领取后到期天数',
'Pretype fixed' => '固定到期时间',
'Validity' => '领取后有效天数',
'Startdate' => '开始日期',
'Enddate' => '到期时间',
'Drawlimit' => '领取限制张数',
'Grant' => '发放总数量',
'Alreadygrant' => '已领取数量',
'Usenum' => '已使用',
'Content' => '卡券使用说明',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Deletetime' => '删除时间',
'Weigh' => '权重'
];