完善首页数据
This commit is contained in:
@@ -10,7 +10,7 @@ import lombok.Getter;
|
||||
@AllArgsConstructor
|
||||
public enum PayTypeEnum {
|
||||
CASH("cash","现金"),BANK("bank","银行卡"),SCANCODE("scanCode","扫码支付"),
|
||||
DEPOSIT("deposit","储值"),ARREARS("arrears","挂单");
|
||||
DEPOSIT("deposit","储值"),ARREARS("arrears","挂单"),WXLIST("wx_lite","微信小程序支付");
|
||||
|
||||
private String type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user