This commit is contained in:
shuo.wang
2025-04-14 11:02:35 +08:00
parent 90d6148c95
commit cd111b9120

View File

@@ -24,7 +24,7 @@ public class BranchShopDetailRequest {
private Long regionId;
@NotNull
@Min(1)
@Max(3)
@Max(4)
@ApiModelProperty("加盟模式 1-社会加盟模式/加盟部加盟店 2-强加盟模式/加盟公司加盟店 3-加盟公司自有店")
private Integer joinMode;
@NotBlank