会员支付管理后台-用于提供会员管理小程序支付的api接口,与后台数据管理展示
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.
 
 
 
 
 
 

1 lines
403 B

const e="退款编号",t="退款金额",n="支付类型",a="退款状态",o="申请时间",s="请输入退款编号",c="开始时间",r="结束时间",d={refundNo:e,refundMoney:t,payType:n,status:a,createTime:o,refundNoPlaceholder:s,startDate:c,endDate:r};export{o as createTime,d as default,r as endDate,n as payType,t as refundMoney,e as refundNo,s as refundNoPlaceholder,c as startDate,a as status};