param change

This commit is contained in:
2025-08-26 14:49:43 +08:00
parent c42ee8a1bf
commit 3cc329f983
3 changed files with 4 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ public class EditReferralDTO {
private Long id;
@ApiModelProperty("修改佣金金额")
private BigDecimal amount;
private BigDecimal commission;
@ApiModelProperty("referral状态 取值Paid/Unpaid/Accept/Rejected")
@Pattern(regexp = "Paid|Unpaid|Accept|Rejected", message = "状态必须是Paid/Unpaid/Accept/Rejected")