自动化立体仓库 - WMS系统
#
ytfl
9 天以前 387fca449212b4cc7dc09922183a8970011963f0
src/main/java/com/zy/system/service/ConfigService.java
@@ -6,4 +6,7 @@
public interface ConfigService extends IService<Config> {
    Config selectConfigByCode(String code);
    boolean updateValue(String code, String value);
}