#
luxiaotao1123
2024-03-05 5b5c4c9161e655420f6c03b91c37f9027804d190
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);
}