自动化立体仓库 - WMS系统
pang.jiabao
2025-11-04 033e81f4f893970c825235e4eec7383d4aa73fa9
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);
}