admin
2018-12-26 0cd265010931ec37dd0ff4df97f3ab9138fd55be
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> {
 
}