- package com.imed.costaccount.mapper;
- import com.imed.costaccount.model.CostOtherPayments;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import org.apache.ibatis.annotations.Mapper;
- /**
- * 全院其他收支设置
- *
- * @author KCYG
- * @date 2021-08-09 17:53:22
- */
- @Mapper
- public interface CostOtherPaymentsMapper extends BaseMapper<CostOtherPayments> {
-
- }
|