|
|
|
@ -40,8 +40,8 @@ public class UserSubmitMarriageBountyOrderDto implements Trans2DomainAssembler<O |
|
|
|
private BigDecimal meetingFee; |
|
|
|
|
|
|
|
@ApiModelProperty("可见面费用次数") |
|
|
|
@Max(value = 5, message = "可见面费用次数最多5次") |
|
|
|
@Min(value = 1, message = "可见面费用次数最少1次") |
|
|
|
@Max(value = 5, message = "可见面次数最多5次") |
|
|
|
@Min(value = 1, message = "可见面次数最少1次") |
|
|
|
private Integer meetingQuantity = 5; |
|
|
|
|
|
|
|
@ApiModelProperty("结果礼金") |
|
|
|
|