xiaoyong931011
2022-12-02 c23f6436ef6f9fb6a17fcef51c2b81958e01e0a9
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> {
}