[bug] -修改证书缴费同步报错的bug
This commit is contained in:
-1
@@ -195,7 +195,6 @@ public class TbCertificatePayment implements Serializable {
|
||||
*/
|
||||
@Excel(name = "应收金额", width = 15)
|
||||
@ApiModelProperty(value = "应收金额")
|
||||
@NotNull(message = "应收金额不能为空")
|
||||
@DecimalMax(value = "9999999999.99", message = "应收金额格式错误")
|
||||
private BigDecimal amountReceivable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user