增加加盟类型

This commit is contained in:
shuo.wang
2024-12-17 14:52:08 +08:00
parent c561029776
commit 867b69d3a9
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ public class AddLineRequest {
@NotNull
@Min(1)
@Max(2)
@Max(3)
private Integer joinMode;
private String investmentManagerUserId;