zhaowenxuan
2024-12-02 b98bda282397df60077efbe4c1ad35a44bdfffb9
ltkj-system/src/main/java/com/ltkj/system/service/impl/TjDjdDyjlServiceImpl.java
@@ -88,4 +88,9 @@
    public int deleteTjDjdDyjlById(Long id) {
        return tjDjdDyjlMapper.deleteTjDjdDyjlById(id);
    }
    @Override
    public TjDjdDyjl getDjdDyCsByTjNum(String tjNumber) {
        return tjDjdDyjlMapper.getDjdDyCsByTjNum(tjNumber);
    }
}