xiaoyong931011
2023-10-26 58f480d4e4b0e79722a3b6ac20f3b259c410c2d0
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.AppVersion;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * @author wzy
 * @date 2021-09-27
 **/
public interface AppVersionMapper extends BaseMapper<AppVersion> {
}