#
Junjie
2024-07-03 61aff1004217820d8e73dce859fcdf7cc20d5d40
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);
}