liulin
2025-07-03 fb2f11d7d502ceacbe7fbed176bea4ab0f152f69
1
2
3
4
5
6
7
8
9
10
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<ThirdNotifyPO> {
}