类 PayLogNotify

java.lang.Object
net.guerlab.smart.pay.service.entity.PayLogNotify
所有已实现的接口:
net.guerlab.spring.commons.dto.Convert<net.guerlab.smart.pay.core.domain.PayLogNotifyDTO>, net.guerlab.spring.commons.dto.DefaultConvert<net.guerlab.smart.pay.core.domain.PayLogNotifyDTO>

@TableName("pay_log_notify")
public class PayLogNotify
extends java.lang.Object
implements net.guerlab.spring.commons.dto.DefaultConvert<net.guerlab.smart.pay.core.domain.PayLogNotifyDTO>
支付记录通知
作者:
guer
  • 构造器概要

    构造器 
    构造器 说明
    PayLogNotify()  
  • 方法概要

    修饰符和类型 方法 说明
    static PayLogNotify buildByPayLog​(PayLog payLog)
    通过支付记录构造支付记录通知

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 net.guerlab.spring.commons.dto.DefaultConvert

    convert
  • 构造器详细资料

  • 方法详细资料

    • buildByPayLog

      public static PayLogNotify buildByPayLog​(PayLog payLog)
      通过支付记录构造支付记录通知
      参数:
      payLog - 支付记录
      返回:
      支付记录通知