- package com.kmall.api.dao;
- import com.kmall.api.entity.PayerChildOrderRealEntity;
- import com.kmall.common.dao.BaseDao;
- /**
- * 支付单子订单关联记录表Dao
- *
- * @author emato
- * @email admin@qhdswl.com
- * @date 2018-10-11 14:38:15
- */
- public interface PayerChildOrderRealMapper extends BaseDao<PayerChildOrderRealEntity> {
- }
|