yujian
2018-12-27 dd865e62a9e687aeb2436a59a76bbe461bd83eaf
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis.order;
 
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.order.HongBaoOrder;
 
public interface HongBaoOrderMapper extends BaseMapper<HongBaoOrder> {
 
}