交警罚没款 现金缴费没有账号
This commit is contained in:
parent
1de603619e
commit
d1113598b9
@ -57,8 +57,8 @@ public class OriginalTrafficImportVo implements Serializable {
|
|||||||
* 缴费账号
|
* 缴费账号
|
||||||
*/
|
*/
|
||||||
@ExcelProperty(value = { "缴费账号"})
|
@ExcelProperty(value = { "缴费账号"})
|
||||||
@NotBlank(message = "缴费账号不能为空")
|
// @NotBlank(message = "缴费账号不能为空")
|
||||||
@Pattern( regexp = "^[0-9]{16}$", message = "缴费账号错误")
|
// @Pattern( regexp = "^[0-9]{16}$", message = "缴费账号错误")
|
||||||
private String payerAccount;
|
private String payerAccount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user