zhang
2025-05-20 1313906bb1eb983d3beece810035e7fc28d6a92f
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();
}