抢购货品同步

This commit is contained in:
2026-05-26 17:25:55 +08:00
parent 32fce665ea
commit 947bb21c8b
9 changed files with 327 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.rj.dto.hxr;
/** hxrd {@code /api/order/goods} 顶层 JSON。 */
public record HxrLbGoodsSelectResponse(int code, String msg, HxrLbGoodsPageData data) {}