zhaowenxuan
2025-04-03 e97ceaa936df7125aa5b36e8c26a146d31f2b136
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/DictSfxmServiceImpl.java
@@ -43,6 +43,16 @@
        return dictSfxmMapper.selectDictSfxmList(dictSfxm);
    }
    @Override
    public List<DictSfxm> selectDictSfxmListLimit(DictSfxm dictSfxm,Integer page,Integer size) {
        return dictSfxmMapper.selectDictSfxmListLimit(dictSfxm,page,size);
    }
    @Override
    public Integer selectDictSfxmListCount(DictSfxm dictSfxm) {
        return dictSfxmMapper.selectDictSfxmListCount(dictSfxm);
    }
    /**
     * 新增收费项目
     *