1
zyy
2025-11-14 ed74442294092ea3f8c29467ae8de3071852e8be
1
2
3
4
5
6
7
8
package com.yami.trading.service.finance.job;
 
public interface FinanceOrderCreateRecomService {
    /**
     * 计算前一日购买产品的订单
     */
    public void computeRecom();
}