zjh
2025-05-09 82b02cb89b5b0b410e4b366f514ef1c5cb206e1c
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);
    }
    /**
     * 新增收费项目
     *