Pu Zhibing
2024-11-28 d45f3f7467e76477e8babbefd5844975bdff7af1
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> {
}