zhaowenxuan
2025-02-21 5c7ea7346d77ab1c8be660c65e721ce3e46328f5
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/DictSfxmMapper.java
@@ -4,6 +4,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ltkj.hosp.domain.DictSfxm;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import java.util.List;
@@ -32,6 +33,10 @@
     */
    public List<DictSfxm> selectDictSfxmList(DictSfxm dictSfxm);
    List<DictSfxm> selectDictSfxmListLimit(@Param("dictSfxm") DictSfxm dictSfxm, @Param("page") Integer page, @Param("size") Integer size);
    Integer selectDictSfxmListCount(@Param("dictSfxm") DictSfxm dictSfxm);
    /**
     * 新增收费项目
     *