package com.lunhan.water.repository.mapper; import com.lunhan.water.repository.BasicMapper;import com.lunhan.water.repository.po.ThirdNotifyPO; /** * 第三方支付通知记录 mapper * @author lin.liu */ public interface ThirdNotifyMapper extends BasicMapper { }