自动化立体仓库 - WMS系统
IZCD4L12RTSW0VZ\Administrator
2026-01-15 cd0fafdd3fb2cf1b32da9a4109737034bcd04696
src/main/java/com/zy/asrs/mapper/AppVersionMapper.java
@@ -9,4 +9,7 @@
@Repository
public interface AppVersionMapper extends BaseMapper<AppVersion> {
    int updateLatest(int latest, int type);
    AppVersion getLatestApp(Integer type);
}