xiaoyong931011
2022-09-23 396f0b6e1a42799eabee1b13aa6a9d7ea3356520
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> {
}