#
luxiaotao1123
2024-03-22 1dc18c785009c4887b659d0de71e0c35ecc10013
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);
}