xiaoyong931011
2022-09-05 d59841d7697f95cc945f9c46eee72546b8d032cc
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> {
}