#
lsh
2024-09-05 d26b4835feb289d37e3e815117080075e7fc79e8
zy-asrs-common/src/main/java/com/zy/asrs/common/sys/service/ConfigService.java
@@ -6,4 +6,6 @@
public interface ConfigService extends IService<Config> {
    Config selectByCode(String code);
}