#
luxiaotao1123
2024-02-18 308082bedaed42935bd67845e3840eb71ff96240
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);
}