抢购货品同步
This commit is contained in:
@@ -27,4 +27,9 @@ public interface ILbGoodsService extends IService<LbGoods> {
|
||||
String createdAtEnd,
|
||||
String updatedAtStart,
|
||||
String updatedAtEnd);
|
||||
|
||||
/**
|
||||
* 分页调用第三方 {@code /api/order/goods},解析后 upsert 到 {@code lb_goods}。
|
||||
*/
|
||||
Map<String, Object> syncFromHxrGoods(String tenantId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user