shop_user问题

This commit is contained in:
2025-11-11 15:23:39 +08:00
parent 70b7d38bad
commit 21a40b8ddb
3 changed files with 14 additions and 1 deletions

View File

@@ -33,5 +33,9 @@ public class DataSummaryTradeParam implements Serializable {
* 店铺id
*/
private Long shopId;
/**
* 主店id
*/
private Long mainShopId;
}