xiaoyi
3 天以前 319f1ff78c96c770c66dd9a77beed3fdba284122
1
2
3
4
5
6
7
8
9
10
11
12
package cn.iocoder.yudao.module.erp.api.purchase;
 
/**
 * 采购计划 API 接口。
 *
 * <p>采购业务对外契约,旧 ERP API 作为兼容契约保留。</p>
 */
public interface PurchasePlanApi extends ErpPurchasePlanApi {
 
    String PREFIX = "/rpc-api/purchase/plan";
 
}