From 4371d9147c500cbf9184919cd941a4c269f24a6c Mon Sep 17 00:00:00 2001 From: suzhuhong Date: Wed, 11 Mar 2026 12:02:47 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/cool/store/request/JoinIntentionRequest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coolstore-partner-model/src/main/java/com/cool/store/request/JoinIntentionRequest.java b/coolstore-partner-model/src/main/java/com/cool/store/request/JoinIntentionRequest.java index b9c2e5de6..1595e620e 100644 --- a/coolstore-partner-model/src/main/java/com/cool/store/request/JoinIntentionRequest.java +++ b/coolstore-partner-model/src/main/java/com/cool/store/request/JoinIntentionRequest.java @@ -126,8 +126,7 @@ public class JoinIntentionRequest { private Integer willingStationDuration; @ApiModelProperty - @NotNull - private Integer useStandardStore; + private Integer useStandardStore = 0; public LineInfoDO toLineInfoDO() {