自动化立体仓库 - WMS系统
#
zwl
2025-07-07 01e9c9c7439d5dba32611b216a24dc17c5a791de
src/main/java/com/zy/asrs/service/AppVersionService.java
@@ -5,4 +5,8 @@
public interface AppVersionService extends IService<AppVersion> {
    int updateLatest(int latest, int type);
    AppVersion getLatestApp(Integer type);
}