rk
14 小时以前 b9371ee62d1f24c667b1d5b1df504ebb59a2289d
1
2
3
4
5
6
7
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.MonthlySettlement;
 
public interface MonthlySettlementMapper  extends BaseMapper<MonthlySettlement> {
}