yujian
2018-12-29 2dff570ccfa532f8c012bc13829b302dd3e1b9d3
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> {
 
}