luodangjia
2024-07-17 722db9e28a0c8e33d79621c66c0ecf1d60fcf0f6
1
2
3
4
5
6
7
8
9
10
11
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.SettlementRecord;
 
/**
 * @author zhibing.pu
 * @Date 2023/8/17 14:35
 */
public interface SettlementRecordMapper extends BaseMapper<SettlementRecord> {
}