无关风月
2025-02-28 e0d15a5f7ba69891cf9437b9e823e3a4087f2d35
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.Income;
 
public interface IncomeMapper extends BaseMapper<Income> {
}