处理企业付款
This commit is contained in:
@ -25,5 +25,9 @@ public class TemplateBean {
|
||||
private String deliveryId;
|
||||
private String payType;
|
||||
private Long uid;
|
||||
/**
|
||||
* 提现申请ID
|
||||
*/
|
||||
private Long extractId;
|
||||
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user