guyue
2025-08-18 7c62e7dc6afae4d2d6e3556e0c6788fa1c86e51c
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> {
}