#
luxiaotao1123
2025-04-21 07f17b7751bb88086f877e021313b2fe2e3b7aef
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/CodeService.java
@@ -10,6 +10,10 @@
    Code selectByData(String data);
    Code getCacheById(Long id);
    Code getCacheByData(String data);
    void importExecute(List<CodeExcel> excelList);
    void adaptation(Double width, Double height);
@@ -18,4 +22,6 @@
    int selectDistinctCountFromY();
    List<Code> getAllLocCode();
}