自动化立体仓库 - WMS系统
chen.llin
2025-12-25 5232d8b5939cb832c3d17c2aa1d6eaf66e5acb74
src/main/java/com/zy/asrs/mapper/AppVersionMapper.java
@@ -1,7 +1,7 @@
package com.zy.asrs.mapper;
import com.zy.asrs.entity.AppVersion;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.asrs.entity.AppVersion;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@@ -9,4 +9,7 @@
@Repository
public interface AppVersionMapper extends BaseMapper<AppVersion> {
    int updateLatest(int latest, int type);
    AppVersion getLatestApp(Integer type);
}