保存会员名称

This commit is contained in:
张松
2025-09-28 19:00:03 +08:00
parent 79775c27b1
commit 2943b3d3da
2 changed files with 3 additions and 0 deletions

View File

@@ -145,4 +145,6 @@ public class ShopUser implements Serializable {
private LocalDateTime deliverTime;
private LocalDateTime nextDeliverTime;
private String memberName;
}