bug修复

This commit is contained in:
张松
2025-09-29 18:54:20 +08:00
parent d69b115aa0
commit 0701690a12
3 changed files with 5 additions and 1 deletions

View File

@@ -146,5 +146,6 @@ public class ShopUser implements Serializable {
private LocalDateTime nextDeliverTime;
private String memberName;
private String openType;
}