喻健
2018-12-25 f28cb1b4e59305480ef1effee38b1dc411f775a4
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> {
 
}