修改bug

This commit is contained in:
longbinbin
2024-12-11 14:30:36 +08:00
parent b3ecacf3a3
commit 54d9d077f1
7 changed files with 80 additions and 2 deletions

View File

@ -75,4 +75,6 @@ public class MemberRespVO {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date updateAt;
private Integer orderCount;
@ApiModelProperty("是否开启服务通知 0关闭 1开启")
private Integer isServiceNotification;
}