Commit fd72b2ab by guojuxing

开票参数修改

parent 1a8c8d71
...@@ -49,7 +49,7 @@ public class InvoiceManageDTO implements Serializable { ...@@ -49,7 +49,7 @@ public class InvoiceManageDTO implements Serializable {
/** /**
* 开票金额 * 开票金额
*/ */
@NotNull(message = "开票金额不能为空", groups = ApplyInvoiceValid.class) @NotNull(message = "开票金额不能为空", groups = {ApplyInvoiceValid.class})
private Double billingAmount; private Double billingAmount;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment