he2802 před 1 rokem
rodič
revize
07feae7b50

+ 2 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/order/mapper/OrderGoodsMapper.java

@@ -80,4 +80,6 @@ public interface OrderGoodsMapper extends BaseMapper<OrderGoods> {
     OrderGoods getByIdNoTenant(Long orderGoodsId);
 
     List<MailOrderVo> getMailList(MailOrderBo bo);
+
+    List<OrderGoodsVo> sendTenOrderGoods(Long remindId);
 }