fix initShop

This commit is contained in:
shuo.wang
2025-01-21 16:13:11 +08:00
parent 77a89376f3
commit 9764974aa9
2 changed files with 5 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import javax.validation.constraints.NotNull;
*/
@Data
public class BranchShopDetailRequest {
@NotNull
private Long shopId;
@ApiModelProperty("加盟意向区域")
private Long wantShopAreaId;