门槛问题

This commit is contained in:
2025-12-11 10:41:44 +08:00
parent 6a894a5cc2
commit 71ee1247c6

View File

@@ -49,7 +49,7 @@ public class MkPointsConfigDTO implements Serializable {
/**
* 下单实付抵扣门槛
*/
@NotNull(message = "抵扣门槛参数错误")
// @NotNull(message = "抵扣门槛参数错误")
private BigDecimal minPaymentAmount;
/**