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