无关风月
2025-09-04 f4c8c73bc5181b6d3265c6a0ce19ae13c600baa3
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> {
}