订单列表 返回 店铺名称

This commit is contained in:
2025-04-24 10:02:01 +08:00
parent 209ee68153
commit d525b078bc
2 changed files with 8 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ public class OrderInfoVo implements Serializable {
* 店铺Id
*/
private String shopId;
/**
* 店铺名称
*/
private String shopName;
/**