|
|
|
@ -27,7 +27,7 @@ public class UserSubmitMarriageBountyOrderDto implements Trans2DomainAssembler<O |
|
|
|
|
|
|
|
@ApiModelProperty("见面费用") |
|
|
|
@NotNull(message = "见面费用不能为空") |
|
|
|
@DecimalMin(value = "0.01", message = "见面费用不等低于0.01元") |
|
|
|
@DecimalMin(value = "1", message = "见面费用不等低于1元") |
|
|
|
private BigDecimal meetingFee; |
|
|
|
|
|
|
|
@ApiModelProperty("结果礼金") |
|
|
|
|