admin
2019-06-10 6b8ab82d1d7fb9d44d85eeb1dfd2e36d3c28c9cf
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.CommonOrderTradeIdMap;
 
public interface CommonOrderTradeIdMapMapper extends BaseMapper<CommonOrderTradeIdMap> {
 
}