admin
2018-12-29 93662beb255d616ab3205e77d14e46c66fbaffac
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.bus.user.HongBaoV2;
 
public interface HongBaoV2Mapper extends BaseMapper<HongBaoV2> {
 
}