公告板
版本库
filestore
活动
搜索
登录
main
/
CRMEB
CRMEB_Java电商系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
add
yj
2024-12-05
b9900893177c78fc559223521fe839aa21000017
[CRMEB.git]
/
unimall
/
unimall-data
/
src
/
main
/
java
/
com
/
iotechn
/
unimall
/
data
/
mapper
/
VipTemplateMapper.java
1
2
3
4
5
6
7
8
9
10
11
package com.iotechn.unimall.data.mapper;
import com.dobbinsoft.fw.support.mapper.IMapper;
import com.iotechn.unimall.data.domain.VipTemplateDO;
public interface VipTemplateMapper extends IMapper<VipTemplateDO> {
}