package com.vincent.rsf.server.api.service; import com.vincent.rsf.server.api.controller.params.Order; import java.util.List; /** * @author Ryan * @version 1.0 * @title ErpApiService * @description * @create 2025/3/4 16:23 */ public interface ErpApiService { boolean syncPurchasee(List orders); }