处理企业付款

This commit is contained in:
朱耘稷
2020-12-08 22:14:37 +08:00
parent e9a7a2052f
commit b9ed5775eb
4 changed files with 124 additions and 69 deletions

View File

@ -25,5 +25,9 @@ public class TemplateBean {
private String deliveryId;
private String payType;
private Long uid;
/**
* 提现申请ID
*/
private Long extractId;
}

View File

@ -20,7 +20,8 @@ public enum TemplateListenEnum {
TYPE_4("4","充值成功通知"),
TYPE_5("5","在线买单/收款成功通知"),
TYPE_6("6","商家收款通知"),
TYPE_7("7","用户下单未支付通知");
TYPE_7("7","用户下单未支付通知"),
TYPE_8("8","用户体现通知");
private String value;
private String desc;