puzhibing
2023-08-08 9c8692a0f9a8c697f468d12c2828196a3e97c7fa
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> {
}