yanghb
2023-04-21 7d31c2357e69c5f9e98bc4a38e56656e07ab9dfc
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.OfflineTravelPayment;
 
public interface OfflineTravelPaymentMapper extends BaseMapper<OfflineTravelPayment> {
}