接口 PayLogNotifyService
-
- 所有超级接口:
net.guerlab.smart.platform.server.service.BaseFindService<PayLogNotify,Long>,net.guerlab.smart.platform.server.service.BaseSaveService<PayLogNotify>,net.guerlab.smart.platform.server.service.ExampleGetter<PayLogNotify>
- 所有已知实现类:
PayLogNotifyServiceImpl
public interface PayLogNotifyService extends net.guerlab.smart.platform.server.service.BaseFindService<PayLogNotify,Long>, net.guerlab.smart.platform.server.service.BaseSaveService<PayLogNotify>
支付记录通知服务- 作者:
- guer
-
-
方法概要
所有方法 实例方法 默认方法 修饰符和类型 方法 说明 default Class<PayLogNotify>getEntityClass()获取实体类型
-
-
-
方法详细资料
-
getEntityClass
default Class<PayLogNotify> getEntityClass()
获取实体类型- 指定者:
getEntityClass在接口中net.guerlab.smart.platform.server.service.ExampleGetter<PayLogNotify>- 返回:
- 实体类型
-
-