廖井涛
2025-04-01 12656db826e30dccbcd2dcb609f7661cf88a5bf2
1
2
3
4
5
6
7
8
9
package com.example.erp.mapper.userInfo;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.example.erp.entity.userInfo.AppVersion;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface AppVersionMapper extends BaseMapper<AppVersion> {
}