zjh
2025-06-18 b115eea2b161adddeb92c5e885019aba8763bb0e
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);
    }
}