package com.zheng.pay.rpc.api; import com.zheng.common.base.BaseService; import com.zheng.pay.dao.model.PayPay; import com.zheng.pay.dao.model.PayPayExample; /** * PayPayService接口 * Created by shuzheng on 2017/3/29. */ public interface PayPayService extends BaseService<PayPay, PayPayExample> { }