1
This commit is contained in:
@@ -71,4 +71,12 @@ public interface OrderRowsMapper
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteOrderRowsByIds(String[] ids);
|
||||
|
||||
/**
|
||||
* 根据订单ID查询京粉订单
|
||||
*
|
||||
* @param orderId 订单ID
|
||||
* @return 京粉订单
|
||||
*/
|
||||
public OrderRows selectOrderRowsByOrderId(String orderId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user